Files
lez-programs/programs/amm/Cargo.toml
T
r4bbit 1d88e6f3c4 chore: update to release set v0.2.1
This also includes an update to LEZ v0.2.4
2026-08-26 12:29:50 +02:00

15 lines
475 B
TOML

[package]
name = "amm_program"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.4", features = ["host"], package = "lee_core" }
clock_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.4" }
amm_core = { path = "core" }
token_core = { path = "../token/core" }
twap_oracle_core = { path = "../twap_oracle/core" }