-
Notifications
You must be signed in to change notification settings - Fork 14
/
Cargo.toml
39 lines (35 loc) · 1.27 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
34
35
36
37
38
39
[package]
name = "astroport-emissions-controller-outpost"
version = "1.2.0"
authors = ["Astroport"]
edition = "2021"
description = "Astroport vxASTRO Emissions Voting Contract. Outpost version"
license = "GPL-3.0-only"
repository = "https://github.com/astroport-fi/astroport-governance"
homepage = "https://astroport.fi"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
# use library feature to disable all init/handle/query exports
library = []
[dependencies]
cw2.workspace = true
cw-utils.workspace = true
cosmwasm-std = { workspace = true, features = ["ibc3"] }
cw-storage-plus.workspace = true
cosmwasm-schema.workspace = true
thiserror.workspace = true
itertools.workspace = true
astroport-governance = { path = "../../packages/astroport-governance", version = "4.2" }
astroport.workspace = true
serde_json = "1"
[dev-dependencies]
cw-multi-test = "1"
astroport-voting-escrow = { path = "../voting_escrow", version = "1.0.0", features = ["library"] }
astroport-factory = { version = "1.8", features = ["library"] }
astroport-pair = { version = "2.0.1", features = ["library"] }
cw20-base = { version = "1", features = ["library"] }
astroport-incentives = { git = "https://github.com/astroport-fi/astroport-core", version = "1.2.0" }
derivative = "2.2"
osmosis-std = "0.25.0"
anyhow = "1"