-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
26 lines (24 loc) · 1 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
[workspace]
members = ["package", "contracts/*", "test", "deploy"]
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["Rhaki"]
[workspace.dependencies]
astroport = "3.6.1"
cosmwasm-schema = "1.5.0"
cosmwasm-std = "1.5.0"
cw-multi-test = "0.20.0"
cw-storage-plus = "1.2.0"
enum-repr = "0.2.6"
flambe = { path = "./contracts/flambe", version = "0.1.0" }
flambe-factory = { path = "./contracts/flambe_factory", version = "0.1.0" }
osmosis-std = "0.22.0"
prost = "0.12.4"
ratatouille = { path = "./contracts/ratatouille", version = "0.1.0" }
ratatouille-factory = { path = "./contracts/ratatouille_factory", version = "0.1.0" }
ratatouille-pkg = { path = "./package", version = "0.1.0" }
rhaki-cw-plus = "2.0.5"
schemars = "0.8.16"
serde = { version = "1.0.194", default-features = false, features = ["derive"] }
thiserror = "1.0.56"