Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Nov 14, 2023
1 parent cd59ebc commit 9919e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

13 changes: 0 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ members = [
"crates/ignore",
]

[patch.crates-io]
termcolor = { path = "/home/andrew/rust/termcolor" }

[dependencies]
aho-corasick = "1.1.2"
anyhow = "1.0.75"
Expand All @@ -63,19 +60,9 @@ serde_json = "1.0.23"
termcolor = "1.1.0"
textwrap = { version = "0.16.0", default-features = false }

# [dependencies.clap]
# version = "2.33.0"
# default-features = false
# features = ["suggestions"]

[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]
version = "0.5.0"

# [build-dependencies.clap]
# version = "2.33.0"
# default-features = false
# features = ["suggestions"]

[dev-dependencies]
serde = "1.0.77"
serde_derive = "1.0.77"
Expand Down

0 comments on commit 9919e32

Please sign in to comment.