reformat and stuff ig
This commit is contained in:
parent
70739d7dcf
commit
f51099b911
7 changed files with 279 additions and 118 deletions
|
@ -4,10 +4,13 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.97"
|
||||
clap = { version = "4.5.34", features = ["derive"] }
|
||||
env_logger = "0.11.7"
|
||||
log = "0.4.27"
|
||||
regex = "1.11.1"
|
||||
reqwest = "0.12.15"
|
||||
serde = { version = "1.0.219", features = [ "derive" ]}
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.44.1", features = [ "full" ]}
|
||||
url = { version = "2.5.4", features = [ "serde" ]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue