refactor!: initial commit, setup cli
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user