mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 20:03:21 +00:00
10 lines
170 B
TOML
10 lines
170 B
TOML
|
|
[package]
|
||
|
|
name = "token_program"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
license = { workspace = true }
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
nssa_core.workspace = true
|
||
|
|
token_core.workspace = true
|