diff --git a/Cargo.toml b/Cargo.toml index f0d55fc..222a262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "copy_on_write" version = "0.1.0" edition = "2021" +description = "Copy-On-Write Rust implementation." +license = "None" [dependencies] env_logger = { version = "0.10.0", features = ["auto-color", "color"] }