diff --git a/burn-import/Cargo.toml b/burn-import/Cargo.toml index b12cc88fa7..fd30acdd03 100644 --- a/burn-import/Cargo.toml +++ b/burn-import/Cargo.toml @@ -5,6 +5,9 @@ authors = [ edition = "2021" license = "MIT/Apache-2.0" name = "burn-import" +description = """ +Burn import crate. +""" readme = "README.md" repository = "https://github.com/burn-rs/burn/tree/main/burn-import"