Skip to content

Commit

Permalink
feat(bindings): import cosmwasm-std features (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored Oct 12, 2023
2 parents a48c20d + 6c10a62 commit 08aa855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ repository = "https://github.com/archway-network/archway-bindings"
homepage = "https://archway.io"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
backtraces = ["cosmwasm-std/backtraces"]
staking = ["cosmwasm-std/staking"]

[dependencies]
cosmwasm-schema = { workspace = true }
Expand Down

0 comments on commit 08aa855

Please sign in to comment.