8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9abb0 commit f008840Copy full SHA for f008840
from-env-derive/Cargo.toml
@@ -1,8 +1,14 @@
1
[package]
2
name = "init4-from-env-derive"
3
-description = "The `FromEnv` derive macro"
+
4
+description = "A derive macro for `init4_bin_base::FromEnv`"
5
version = "0.1.0"
6
edition = "2024"
7
+rust-version = "1.81"
8
+authors = ["init4", "James Prestwich"]
9
+license = "MIT OR Apache-2.0"
10
+homepage = "https://github.com/init4tech/bin-base"
11
+repository = "https://github.com/init4tech/bin-base"
12
13
[dependencies]
14
heck = "0.5.0"
0 commit comments