refactor: split cli and logging to separate crates
All checks were successful
Test the running changes / Test (push) Successful in 42s
All checks were successful
Test the running changes / Test (push) Successful in 42s
This commit is contained in:
14
gravel_cli/Cargo.toml
Normal file
14
gravel_cli/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "gravel_cli"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "gravel"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
cracked_md = { path = "../cracked_md" }
|
||||
stdsrv = { path = "../stdsrv" }
|
||||
slogger = { path = "../slogger" }
|
||||
Reference in New Issue
Block a user