terra-nft: Remove unused dependencies (#982)
This commit is contained in:
parent
69ac3cc07c
commit
5e4bf02014
|
@ -922,14 +922,12 @@ dependencies = [
|
||||||
"bigint",
|
"bigint",
|
||||||
"cosmwasm-std",
|
"cosmwasm-std",
|
||||||
"cosmwasm-storage",
|
"cosmwasm-storage",
|
||||||
"cosmwasm-vm",
|
|
||||||
"cw721",
|
"cw721",
|
||||||
"cw721-base",
|
"cw721-base",
|
||||||
"cw721-wrapped",
|
"cw721-wrapped",
|
||||||
"hex",
|
"hex",
|
||||||
"schemars",
|
"schemars",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
|
||||||
"sha3",
|
"sha3",
|
||||||
"wormhole-bridge-terra",
|
"wormhole-bridge-terra",
|
||||||
]
|
]
|
||||||
|
|
|
@ -23,8 +23,4 @@ cw721 = { path = "../../packages/cw721" }
|
||||||
wormhole-bridge-terra = { path = "../wormhole", features = ["library"] }
|
wormhole-bridge-terra = { path = "../wormhole", features = ["library"] }
|
||||||
sha3 = { version = "0.9.1", default-features = false }
|
sha3 = { version = "0.9.1", default-features = false }
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
bigint = "4"
|
bigint = "4"
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
cosmwasm-vm = { version = "0.16.0", default-features = false }
|
|
||||||
serde_json = "1.0"
|
|
|
@ -1,6 +1,3 @@
|
||||||
#[cfg(test)]
|
|
||||||
extern crate lazy_static;
|
|
||||||
|
|
||||||
pub mod contract;
|
pub mod contract;
|
||||||
pub mod msg;
|
pub mod msg;
|
||||||
pub mod state;
|
pub mod state;
|
||||||
|
|
Loading…
Reference in New Issue