feat: complete native execution and Steam discovery
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "kiln-adapter-native"
|
||||
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" }
|
||||
serde = { version = "=1.0.228", features = ["derive"] }
|
||||
toml = "=1.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "=1.0.150"
|
||||
uuid = { version = "=1.24.0", features = ["v4"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user