Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki1frsh committed Aug 17, 2023
1 parent 1cfbca8 commit e35a2f1
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 37 deletions.
79 changes: 44 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions contracts/packet-forward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,22 @@ name = "packet-forward"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]

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

[dependencies]
cosmwasm-std = { version = "1.3.1", features = ["stargate"] }
cosmwasm-schema = "1.3.1"
thiserror = "1.0"
cw-storage-plus = "1.1.0"
cw-utils = "1.0.1"
serde-json-wasm = "0.5.1"
serde-json-wasm = "1.0.0"
serde-cw-value = "0.7.0"
prost = "0.11"
prost-types = "0.11"

0 comments on commit e35a2f1

Please sign in to comment.