mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-18 15:09:51 +00:00
15 lines
398 B
TOML
15 lines
398 B
TOML
[package]
|
|
name = "integration_tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nssa = { workspace = true }
|
|
nssa_core = { workspace = true, features = ["host"] }
|
|
amm_core = { workspace = true }
|
|
token_core = { workspace = true }
|
|
ata_core = { workspace = true }
|
|
token-methods = { path = "../token/methods" }
|
|
amm-methods = { path = "../amm/methods" }
|
|
ata-methods = { path = "../ata/methods" }
|