Skip to content

Commit

Permalink
Add rust_decouple_derive version
Browse files Browse the repository at this point in the history
  • Loading branch information
joyanedel committed Aug 7, 2024
1 parent 0cee3c0 commit 1788c68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.80.0"

[dependencies]
rust_decouple_derive = { path = "rust_decouple_derive", optional = true }
rust_decouple_derive = { path = "./rust_decouple_derive", optional = true, version = "0.1.0" }

[features]
default = []
Expand Down
3 changes: 3 additions & 0 deletions rust_decouple_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[package]
name = "rust_decouple_derive"
authors = ["joyanedel <[email protected]"]
description = "A simple library to ease the process of parsing environment variables subcrate"
license = "MIT"
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit 1788c68

Please sign in to comment.