18 lines
355 B
TOML
18 lines
355 B
TOML
[package]
|
|
name = "kiln-adapter-steam"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
kiln-core = { version = "=0.0.1", path = "../kiln-core" }
|
|
uuid = "=1.24.0"
|
|
|
|
[dev-dependencies]
|
|
uuid = { version = "=1.24.0", features = ["v4"] }
|
|
|
|
[lints]
|
|
workspace = true
|