12 lines
189 B
TOML
12 lines
189 B
TOML
# file: crates/ksp-core-lib/Cargo.toml
|
|
# version: 1
|
|
|
|
[package]
|
|
name = "ksp-core-lib"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|