chore: add description to Cargo.toml

This commit is contained in:
naskya 2024-07-15 18:59:37 +09:00
parent 7a5609577b
commit f8d7b40722
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 0 deletions

View file

@ -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 }

View file

@ -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 }