feat: complete native execution and Steam discovery

This commit is contained in:
2026-07-18 20:11:52 -04:00
parent 514f87dacb
commit bc0090c63d
42 changed files with 6403 additions and 97 deletions
+11
View File
@@ -36,10 +36,21 @@ kind = "runtime-library"
source = "https://crates.io/crates/uuid"
version = "1.24.0"
license = "MIT OR Apache-2.0"
features = ["serde", "v4"]
owner = "project maintainers"
update_policy = "explicit identity-contract change after changelog, license, and audit review"
release_profile = true
[[components]]
name = "toml"
kind = "runtime-library"
source = "https://crates.io/crates/toml"
version = "1.1.3+spec-1.1.0"
license = "MIT OR Apache-2.0"
owner = "project maintainers"
update_policy = "explicit configuration-contract change after changelog, license, and audit review"
release_profile = true
# Transitive crate versions, sources, and checksums are pinned in Cargo.lock. Their
# licenses and sources are enforced by cargo-deny before release.