From 844b199dc172858d9aa9c94c3765b2bf4ffb7ad5 Mon Sep 17 00:00:00 2001 From: nathaniel Date: Sat, 6 May 2023 10:45:58 -0400 Subject: [PATCH] Add burn import description --- burn-import/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"