Skip to content

Commit

Permalink
Enable deafult clap-rs features
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokarak committed Sep 21, 2024
1 parent f392b37 commit edb16f2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 3 deletions.
63 changes: 63 additions & 0 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ no-https-verification = []
[dependencies]
askama = { version = "0.12.1", default-features = false }
cached = { version = "0.51.3", features = ["async"] }
clap = { version = "4.4.11", default-features = false, features = [
"std",
"env",
clap = { version = "4.4.11", features = [
"env"
] }
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit edb16f2

Please sign in to comment.