Skip to content

Commit

Permalink
add dev dependencies back
Browse files Browse the repository at this point in the history
  • Loading branch information
jglynn committed Nov 1, 2023
1 parent 3d62d3f commit 8f33e76
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ overflow-checks = true

[features]
# for more explicit tests, cargo test --features=backtraces
# backtraces = ["cosmwasm-std/backtraces"]
backtraces = ["cosmwasm-std/backtraces"]
# use library feature to disable all instantiate/execute/query exports
library = []

[package.metadata.scripts]
optimize = """docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.8
"""

[dependencies]
cw-utils = "0.13.4"
cosmwasm-std = "1.1.0"
Expand All @@ -42,3 +49,6 @@ cw-storage-plus = "0.13.4"
cosmwasm-schema = "1.1.0"
cw2 = "0.13.4"
thiserror = "1.0.31"

[dev-dependencies]
cosmwasm-vm = "1.1.0"

0 comments on commit 8f33e76

Please sign in to comment.