-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (31 loc) · 1.17 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[workspace.package]
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/hypersign-protocol/hypersign-kyc-contracts"
homepage = "https://github.com/hypersign-protocol/hypersign-kyc-contracts"
documentation = "https://github.com/hypersign-protocol/hypersign-kyc-contracts"
rust-version = "1.65"
[workspace]
members = ["packages/*","contracts/*"]
[workspace.dependencies]
cosmwasm-schema = "2.0.1"
cosmwasm-std = "^1.2"
cw-storage-plus = "^1.1"
schemars = "0.8.16"
serde = "1.0.198"
thiserror = "1.0.58"
cw-multi-test = "0.13.4"
cw-utils = "1.0.3"
cw721-base = "0.18.0"
cw721-metadata-onchain = "0.15.0"
serde_json = "1.0.117"
hex = "0.4"
multibase = "0.8"
cw2 = "^1.1"
semver = "1"
cw721 = { version = "*", path = "./packages/cw721" }
ssi-manager = { version = "*", path = "./packages/ssi-manager"}
hypersign-zk-verifier = { version = "*", path = "./packages/hypersign-zk-verifier"}
issuer-kyc = { version = "*", path = "./contracts/issuer-kyc"}
hypersign-kyc-token = {version = "*", path = "./contracts/hypersign-kyc-token"}