feat: complete native execution and Steam discovery
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user