This commit is contained in:
Ashwin Naren
2025-11-28 15:16:39 -08:00
committed by Matthew Leach
parent e2534ffd9c
commit b05c606a2a
6 changed files with 129 additions and 2 deletions

7
Cargo.lock generated
View File

@@ -559,6 +559,13 @@ version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "usertest"
version = "0.1.0"
dependencies = [
"libc",
]
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"