Skip to content

Commit

Permalink
Put cargo-generate under tool feature too
Browse files Browse the repository at this point in the history
  • Loading branch information
Antosser authored and c-git committed Aug 25, 2024
1 parent 4309996 commit f0a4a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Utility program to help with working on leetcode locally"

[dependencies]
anyhow = { version = "1.0.71", optional = true }
cargo-generate = "0.21.3"
cargo-generate = { version = "0.21.3", optional = true }
clap = { version = "4.3.3", features = ["derive", "cargo"], optional = true }
convert_case = { version = "0.6", optional = true }
env_logger = { version = "0.11", optional = true }
Expand Down Expand Up @@ -48,6 +48,7 @@ tool = [
"ureq",
"toml",
"itertools",
"cargo-generate",
]

[dev-dependencies]
Expand Down

0 comments on commit f0a4a12

Please sign in to comment.