Skip to content

Commit

Permalink
Re-enable clap features
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Egger <[email protected]>
  • Loading branch information
therealprof committed Jan 10, 2025
1 parent d310c07 commit 665605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusp-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "axiros/rusp"
[dependencies]
rhai = { workspace = true }
anyhow = { workspace = true }
clap = { version = "4", default-features = false, features = ["std", "derive"] }
clap = { version = "4", features = ["derive"] }
quick-protobuf = { workspace = true }
rusp-lib = { workspace = true }
rhai-rusp = { workspace = true }
Expand Down

0 comments on commit 665605f

Please sign in to comment.