forked from SO4-Markets/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (21 loc) · 852 Bytes
/
Copy pathCargo.toml
File metadata and controls
24 lines (21 loc) · 852 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
[package]
name = "gmx-increase-position-utils"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
[dependencies]
soroban-sdk = { workspace = true }
gmx-types = { path = "../types" }
gmx-math = { path = "../math" }
gmx-keys = { path = "../keys" }
gmx-market-utils = { path = "../market_utils" }
gmx-position-utils = { path = "../position_utils" }
gmx-pricing-utils = { path = "../pricing_utils" }
[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
role-store = { path = "../../contracts/role_store" }
data-store = { path = "../../contracts/data_store" }
oracle = { path = "../../contracts/oracle", features = ["testutils"] }
order-vault = { path = "../../contracts/order_vault" }
market-token = { path = "../../contracts/market_token" }