update
This commit is contained in:
parent
69e1f5d458
commit
669b3724e1
8 changed files with 804 additions and 345 deletions
|
@ -5,11 +5,16 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
based = { git = "https://git.hydrar.de/jmarya/based" }
|
||||
cmd_lib = "1.9.5"
|
||||
comrade = { git = "https://git.hydrar.de/jmarya/comrade" }
|
||||
env_logger = "0.11.7"
|
||||
globals = "1.0.5"
|
||||
log = "0.4.26"
|
||||
reqwest = { version = "0.12.13", features = ["blocking", "multipart"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sqlx = { version = "0.8.3", features = ["postgres"] }
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
uuid = "1.15.1"
|
||||
owl = { git = "https://git.hydrar.de/red/owl" }
|
||||
argh = "0.1.13"
|
||||
yansi = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue