Skip to content

Commit 0880ac7

Browse files
committed
build: add figment for multi-provider configuration
1 parent 3ff564e commit 0880ac7

File tree

2 files changed

+141
-12
lines changed

2 files changed

+141
-12
lines changed

Cargo.lock

Lines changed: 140 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tracing = { workspace = true }
9696
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
9797
unicode-width = { version = "0.2.0" }
9898
which = { version = "8.0.0" }
99+
figment = { version = "0.10.19", features = ["env", "toml", "yaml"] }
99100

100101
[target.'cfg(unix)'.dependencies]
101102
prek-pty = { workspace = true }

0 commit comments

Comments
 (0)