refactor!: initial commit, setup cli

This commit is contained in:
2026-01-23 22:30:14 -08:00
parent 58ead2bb23
commit 80ae32d799
27 changed files with 1110 additions and 772 deletions

View File

@@ -16,6 +16,12 @@ tokio = { version = "1.49.0", features = ["macros", "rt"] }
toml = { version = "0.9.10", optional = true }
urlencoding = "2"
[workspace]
members = [
".",
"cli"
]
[features]
default = ["file-config"]
file-config = ["dep:toml"]