chore: add description to Cargo.toml
This commit is contained in:
parent
7a5609577b
commit
f8d7b40722
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
name = "relax-macros"
|
name = "relax-macros"
|
||||||
version = "0.1.0-alpha.1"
|
version = "0.1.0-alpha.1"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"
|
||||||
|
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name = "relax"
|
name = "relax"
|
||||||
version = "0.1.0-alpha.1"
|
version = "0.1.0-alpha.1"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
description = "Traits for TypeScript-like partial (“relaxed”) types"
|
||||||
|
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue