-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (27 loc) · 909 Bytes
/
Cargo.toml
File metadata and controls
32 lines (27 loc) · 909 Bytes
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
[package]
name = "ibc-union-light-client"
version = "0.0.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
publish = { workspace = true }
repository = { workspace = true }
[lints]
workspace = true
[dependencies]
access-managed = { workspace = true }
cosmwasm-std = { workspace = true }
depolama = { workspace = true }
frissitheto = { workspace = true }
ibc-union = { workspace = true, features = ["library"] }
ibc-union-msg = { workspace = true }
ibc-union-spec = { workspace = true }
macros = { workspace = true }
pausable = { workspace = true }
schemars = { workspace = true, optional = true }
thiserror = { workspace = true }
unionlabs = { workspace = true }
upgradable = { workspace = true }
[features]
default = []
schemars = ["dep:schemars", "upgradable/schemars", "pausable/schemars"]