From ef92d8dd1a5bbccd1432ffbba8b3eb353ef7dbfc Mon Sep 17 00:00:00 2001 From: nathaniel Date: Tue, 21 Mar 2023 09:56:34 -0400 Subject: [PATCH] fix: missing info in cargo.toml --- burn-common/Cargo.toml | 3 +++ burn/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/burn-common/Cargo.toml b/burn-common/Cargo.toml index 3f40301e7..a544839a4 100644 --- a/burn-common/Cargo.toml +++ b/burn-common/Cargo.toml @@ -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" diff --git a/burn/Cargo.toml b/burn/Cargo.toml index 93fde5d5e..2c3cd52ea 100644 --- a/burn/Cargo.toml +++ b/burn/Cargo.toml @@ -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"