diff --git a/crates/relax-macros/Cargo.toml b/crates/relax-macros/Cargo.toml index f32c7e6..1ddd122 100644 --- a/crates/relax-macros/Cargo.toml +++ b/crates/relax-macros/Cargo.toml @@ -2,6 +2,7 @@ name = "relax-macros" version = "0.1.0-alpha.1" license = "MIT OR Apache-2.0" +description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/relax/Cargo.toml b/crates/relax/Cargo.toml index 1faadcc..e23c41f 100644 --- a/crates/relax/Cargo.toml +++ b/crates/relax/Cargo.toml @@ -2,6 +2,7 @@ name = "relax" version = "0.1.0-alpha.1" license = "MIT OR Apache-2.0" +description = "Traits for TypeScript-like partial (“relaxed”) types" edition = { workspace = true } rust-version = { workspace = true }