constant macro arrays
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,12 +1,15 @@ [package] name = "car" -version = "0.1.3" +version = "0.1.4" authors = ["bend-n <[email protected]>"] description = "std::array::{map, from_fn, try_from_fn} in const" -edition = "2021" +edition = "2024" repository = "https://github.com/bend-n/car" license = "MIT" +[badges] +maintenance = { status = "deprecated" } + [dependencies] proc-macro2 = "1.0.79" quote = "1.0.35" @@ -14,3 +17,6 @@ syn = { version = "2.0.55", features = ["full"] } [lib] proc-macro = true + +[package.metadata.docs.rs] +rustdoc-args = ["--generate-link-to-definition"]
\ No newline at end of file |