Introduce a new config struct the lives above the raw disk implementation.
This should let us include values that would not be written to disk like the folder containing the config.
This commit is contained in:
@@ -11,6 +11,6 @@ clap = { version = "4.4.6", default-features = false, features = ["std", "color"
|
||||
organic = "0.1.12"
|
||||
# | alloc, rc, serde_derive, unstable
|
||||
serde = { version = "1.0.189", default-features = false, features = ["std", "derive"] }
|
||||
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread"] }
|
||||
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread", "fs", "io-util"] }
|
||||
# display, parse | indexmap, preserve_order
|
||||
toml = "0.8.2"
|
||||
|
||||
Reference in New Issue
Block a user