changed executable name to gravel
Some checks failed
Test the running changes / Test (push) Successful in 38s
Build and push Docker image / build (push) Has been cancelled

This commit is contained in:
2025-11-16 13:32:09 +02:00
parent be58e2eb79
commit c0999b5e9f

View File

@@ -3,6 +3,10 @@ name = "stdsrv"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "gravel"
path = "src/main.rs"
# local dependencies
[dependencies]
cracked_md = { path = "../cracked_md" }