acadia/rust/Cargo.lock
Drew Galbraith b0048b0a4f Barebones rust example working in user space.
Requires manually copying the executable over to the image.
2024-06-08 15:47:58 -07:00

14 lines
230 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "mammoth"
version = "0.1.0"
[[package]]
name = "testbed"
version = "0.1.0"
dependencies = [
"mammoth",
]