terra-nft: Remove unused dependencies (#982)

This commit is contained in:
Chirantan Ekbote 2022-04-12 16:36:45 +09:00 committed by GitHub
parent 69ac3cc07c
commit 5e4bf02014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 10 deletions

2
terra/Cargo.lock generated
View File

@ -922,14 +922,12 @@ dependencies = [
"bigint",
"cosmwasm-std",
"cosmwasm-storage",
"cosmwasm-vm",
"cw721",
"cw721-base",
"cw721-wrapped",
"hex",
"schemars",
"serde",
"serde_json",
"sha3",
"wormhole-bridge-terra",
]

View File

@ -23,8 +23,4 @@ cw721 = { path = "../../packages/cw721" }
wormhole-bridge-terra = { path = "../wormhole", features = ["library"] }
sha3 = { version = "0.9.1", default-features = false }
hex = "0.4.2"
bigint = "4"
[dev-dependencies]
cosmwasm-vm = { version = "0.16.0", default-features = false }
serde_json = "1.0"
bigint = "4"

View File

@ -1,6 +1,3 @@
#[cfg(test)]
extern crate lazy_static;
pub mod contract;
pub mod msg;
pub mod state;