Files
gravel/stdsrv/Cargo.toml
Kerdonov c0999b5e9f
Some checks failed
Test the running changes / Test (push) Successful in 38s
Build and push Docker image / build (push) Has been cancelled
changed executable name to gravel
2025-11-16 13:32:09 +02:00

14 lines
218 B
TOML

[package]
name = "stdsrv"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "gravel"
path = "src/main.rs"
# local dependencies
[dependencies]
cracked_md = { path = "../cracked_md" }
fstools = { path = "../fstools" }