13 lines
247 B
TOML
13 lines
247 B
TOML
|
|
[package]
|
||
|
|
name = "fparkan-platform-sdl"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
fparkan-platform = { path = "../../crates/fparkan-platform" }
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|