Skip to content

Commit

Permalink
chore(deps): enable figment features: env, toml, test
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed May 8, 2024
1 parent f0e0721 commit 157807c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version.workspace = true
[dependencies]
config = "0"
derive_more = "0"
figment = { version = "0.10.18", features = ["env", "test", "toml"] }
serde = { version = "1", features = ["derive"] }
serde_with = "3"
thiserror = "1"
Expand Down

0 comments on commit 157807c

Please sign in to comment.