Add structs to represent API results
So far it's just a pair that work together to do the repo list results.
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2024"
|
||||
[dependencies]
|
||||
clap = "4.0.32"
|
||||
reqwest = { version = "0.11.13", features = ["json"] }
|
||||
serde = "1.0.152"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
# Packages available in Debian (Sid)
|
||||
|
||||
Reference in New Issue
Block a user