Files
gravel/Cargo.lock
Kerdonov 4a7f5eabe9
All checks were successful
Test the running changes / Test (push) Successful in 39s
added lock files
2025-11-13 14:30:42 +02:00

23 lines
326 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "cracked_md"
version = "0.1.0"
dependencies = [
"fstools",
]
[[package]]
name = "fstools"
version = "0.1.0"
[[package]]
name = "stdsrv"
version = "0.1.0"
dependencies = [
"cracked_md",
"fstools",
]