8000 fix: cargo toml for derive · init4tech/bin-base@f008840 · GitHub
[go: up one dir, main page]

Skip to content

Commit f008840

Browse files
committed
fix: cargo toml for derive
1 parent df9abb0 commit f008840

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

from-env-derive/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[package]
22
name = "init4-from-env-derive"
3-
description = "The `FromEnv` derive macro"
3+
4+
description = "A derive macro for `init4_bin_base::FromEnv`"
45
version = "0.1.0"
56
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"
612

713
[dependencies]
814
heck = "0.5.0"

0 commit comments

Comments
 (0)
0