2026-01-16 04:11:33 +03:00
|
|
|
[package]
|
|
|
|
|
name = "token_program"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license = { workspace = true }
|
|
|
|
|
|
2026-03-03 14:17:34 +03:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2026-01-16 04:11:33 +03:00
|
|
|
[dependencies]
|
|
|
|
|
nssa_core.workspace = true
|
|
|
|
|
token_core.workspace = true
|