13 lines
208 B
TOML
13 lines
208 B
TOML
# file: ks-program-ids/Cargo.toml
|
|
# version: 2
|
|
|
|
[package]
|
|
name = "ks-program-ids"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|