feat: add versioned game identity contracts
baseline / verify (push) Has been cancelled

This commit is contained in:
2026-07-18 18:29:03 -04:00
parent afc6bf57a4
commit 514f87dacb
9 changed files with 916 additions and 36 deletions
+33
View File
@@ -10,6 +10,39 @@ owner = "project maintainers"
update_policy = "explicit pull request after release and security review"
release_profile = false
[[components]]
name = "serde"
kind = "runtime-library"
source = "https://crates.io/crates/serde"
version = "1.0.228"
license = "MIT OR Apache-2.0"
owner = "project maintainers"
update_policy = "explicit contract change after changelog, license, and audit review"
release_profile = true
[[components]]
name = "serde_json"
kind = "runtime-library"
source = "https://crates.io/crates/serde_json"
version = "1.0.150"
license = "MIT OR Apache-2.0"
owner = "project maintainers"
update_policy = "explicit contract change after changelog, license, and audit review"
release_profile = true
[[components]]
name = "uuid"
kind = "runtime-library"
source = "https://crates.io/crates/uuid"
version = "1.24.0"
license = "MIT OR Apache-2.0"
owner = "project maintainers"
update_policy = "explicit identity-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.
[[components]]
name = "cargo-deny"
kind = "development-audit-tool"