mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 11:53:14 +00:00
11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "amm_program"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
nssa_core.workspace = true
|
|
token_core.workspace = true
|
|
amm_core.workspace = true
|