feat: add initial release with installation instructions, service configuration, and man page

This commit is contained in:
2026-03-17 22:07:38 +01:00
parent 0c463703a3
commit ffd849dec2
12 changed files with 431 additions and 186 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "config"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
[dependencies]
serde = { version = "1", features = ["derive"] }
toml = "0.8"
dirs = "5"
toml = "1"
dirs = "6"
thiserror = { workspace = true }
lib = { path = "../lib" }