2026-05-11 14:51:50 +02:00
|
|
|
[package]
|
|
|
|
|
name = "stablecoin_program"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-07-15 13:41:01 +02:00
|
|
|
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0", features = ["host"], package = "lee_core" }
|
2026-08-18 15:33:33 +00:00
|
|
|
clock_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0" }
|
2026-05-11 14:51:50 +02:00
|
|
|
stablecoin_core = { path = "core" }
|
2026-05-11 17:14:27 -03:00
|
|
|
token_core = { path = "../token/core" }
|
2026-08-18 15:33:33 +00:00
|
|
|
twap_oracle_core = { path = "../twap_oracle/core" }
|