All checks were successful
Test the running changes / Test (push) Successful in 42s
10 lines
166 B
TOML
10 lines
166 B
TOML
[package]
|
|
name = "stdsrv"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# local dependencies
|
|
[dependencies]
|
|
fstools = { path = "../fstools" }
|
|
slogger = { path = "../slogger" }
|