constant macro arrays
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13da985..3369b0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "car"
version = "0.1.0"
authors = ["bend-n <[email protected]>"]
-description = "std::array::{map, from_fn} in const"
+description = "std::array::{map, from_fn, try_from_fn} in const"
edition = "2021"
repository = "https://github.com/bend-n/car"
license = "MIT"
@@ -13,4 +13,4 @@ quote = "1.0.35"
syn = { version = "2.0.55", features = ["full"] }
[lib]
-proc_macro = true
+proc-macro = true