fix: missing info in cargo.toml

This commit is contained in:
nathaniel 2023-03-21 09:56:34 -04:00
parent 4e28e2a776
commit ef92d8dd1a
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ authors = ["Dilshod Tadjibaev (@antimora)"]
edition = "2021"
license = "MIT/Apache-2.0"
name = "burn-common"
description = "Burn common crate."
keywords = []
categories = []
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-common"
version = "0.6.0"

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license = "MIT/Apache-2.0"
name = "burn"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn"
repository = "https://github.com/burn-rs/burn"
version = "0.6.0"