2026-03-17 18:08:53 +01:00
|
|
|
[package]
|
|
|
|
|
name = "integration_tests"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
2026-05-06 17:08:15 -03:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2026-03-17 18:08:53 +01:00
|
|
|
[dependencies]
|
|
|
|
|
nssa = { workspace = true }
|
|
|
|
|
nssa_core = { workspace = true, features = ["host"] }
|
|
|
|
|
amm_core = { workspace = true }
|
|
|
|
|
token_core = { workspace = true }
|
|
|
|
|
ata_core = { workspace = true }
|
2026-05-22 11:09:13 +02:00
|
|
|
stablecoin_core = { workspace = true }
|
2026-03-17 18:08:53 +01:00
|
|
|
token-methods = { path = "../token/methods" }
|
|
|
|
|
amm-methods = { path = "../amm/methods" }
|
|
|
|
|
ata-methods = { path = "../ata/methods" }
|
2026-05-22 11:09:13 +02:00
|
|
|
stablecoin-methods = { path = "../stablecoin/methods" }
|