Skip to content

Commit

Permalink
fix: enable cargo test to run
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 29, 2023
1 parent 175db03 commit e20ca68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ atty = { version = "0.2", optional = true }
base64 = "0.13.0"
bcrypt = "0.13"
bytes = "1.1.0"
clap = { version = "3", features = ["derive", "env", "cargo"], optional = true }
clap = { workspace = true, features = ["derive", "env", "cargo"], optional = true }
dirs = { version = "4.0.0", optional = true }
ed25519-dalek = "1.0.1"
either = { version = "1.6.1", optional = true }
Expand Down Expand Up @@ -89,8 +89,12 @@ warp = { version = "0.3", features = ["tls"], optional = true }
remove_dir_all = "0.8"

[dev-dependencies]
clap = { workspace = true, features = ["cargo"] }
rstest = "0.15.0"

[workspace.dependencies]
clap = "3"

[[bin]]
name = "bindle-server"
path = "bin/server.rs"
Expand Down

0 comments on commit e20ca68

Please sign in to comment.