Added config stuff
This commit is contained in:
11
shanty-config/Cargo.toml
Normal file
11
shanty-config/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "shanty-config"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
serde_yaml = "0.9"
|
||||
dirs = "6"
|
||||
tracing = { workspace = true }
|
||||
Reference in New Issue
Block a user