Skip to content

Commit

Permalink
Move dep to dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 9, 2022
1 parent de9a16b commit a2066e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repository = "https://github.com/chevdor/subwasm"
version = "0.17.0"

[dependencies]
assert_cmd = "2.0"
clap = {version = "3.0", features = ["derive", "env", "unicode", "cargo"]}
color-eyre = "0.6"
env_logger = "0.9"
Expand All @@ -21,6 +20,9 @@ subwasmlib = {version = "0.17.0", path = "../lib"}
wasm-loader = {version = "0.17.0", path = "../libs/wasm-loader"}
wasm-testbed = {version = "0.17.0", path = "../libs/wasm-testbed"}

[dev-dependencies]
assert_cmd = "2.0"

[package.metadata.deb]
assets = [
["target/release/subwasm", "usr/bin/", "755"],
Expand Down

0 comments on commit a2066e0

Please sign in to comment.