Skip to content

Commit

Permalink
cargo: drop dependency on config crate
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Dec 10, 2024
1 parent 118e76e commit 0975cb5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
48 changes: 0 additions & 48 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ chrono = { version = "0.4.39", default-features = false, features = [
] }
chrono-english = { version = "0.1.7" }
clru = "0.6.2"
config = { version = "0.13.4", default-features = false, features = ["toml"] }
criterion = "0.5.1"
crossterm = { version = "0.27", default-features = false }
digest = "0.10.7"
Expand Down
1 change: 0 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ clap-markdown = { workspace = true }
clap_complete = { workspace = true }
clap_complete_nushell = { workspace = true }
clap_mangen = { workspace = true }
config = { workspace = true }
criterion = { workspace = true, optional = true }
crossterm = { workspace = true }
dirs = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ bstr = { workspace = true }
chrono = { workspace = true }
chrono-english = { workspace = true }
clru = { workspace = true }
config = { workspace = true }
digest = { workspace = true }
either = { workspace = true }
futures = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion lib/testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ readme = { workspace = true }

[dependencies]
async-trait = { workspace = true }
config = { workspace = true }
futures = { workspace = true }
git2 = { workspace = true }
hex = { workspace = true }
Expand Down

0 comments on commit 0975cb5

Please sign in to comment.