Files
gravel/stdsrv/Cargo.toml
Kerdonov 7b300987b7
All checks were successful
Test the running changes / Test (push) Successful in 42s
refactor: split cli and logging to separate crates
2025-11-18 23:41:45 +02:00

10 lines
166 B
TOML

[package]
name = "stdsrv"
version = "0.1.0"
edition = "2024"
# local dependencies
[dependencies]
fstools = { path = "../fstools" }
slogger = { path = "../slogger" }