Files
navigate/Cargo.toml
T
root d20fd0d023 renamed config-parser and implemented the first set of functions for the
macro
extended and cleaned up format.rs and moved it into `config-parser`
some other bits and bobs
2025-01-11 22:38:12 +01:00

13 lines
288 B
TOML

[package]
name = "navigate"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.0", features = ["derive"] }
dirs = "5.0.1"
serde = { version = "1.0.216", features = [ "std", "derive" ] }
sysinfo = "0.32.0"
toml = "0.8.19"
config-parser = { path = "config-parser" }