working example
This commit is contained in:
parent
aaf9781fe8
commit
e69bcfc23d
18 changed files with 1290 additions and 252 deletions
|
|
@ -9,11 +9,18 @@ bon = "3.9.0"
|
|||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
clap = { version = "4.5.60", features = ["cargo", "derive", "env" ] }
|
||||
env_logger = "0.11.9"
|
||||
futures = "0.3.32"
|
||||
http = "1.4.0"
|
||||
log = "0.4.29"
|
||||
rand = "0.10.0"
|
||||
restson = "1.5.0"
|
||||
rpassword = "7.4.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
spond-macros = { version = "0.1.0", path = "../macros" }
|
||||
serde_qs = "1.0.0"
|
||||
spond-api = { version = "0.1.0", path = "../api" }
|
||||
thiserror = "2.0.18"
|
||||
#spond-macros = { version = "0.1.0", path = "../macros" }
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||
url = "2.5.8"
|
||||
xdg = "3.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue