1
0
Fork 0

add release download methods

This commit is contained in:
Cyborus 2023-12-15 11:44:21 -05:00
parent 78d44348da
commit 2e50a93f1e
No known key found for this signature in database
4 changed files with 48 additions and 0 deletions

View file

@ -14,6 +14,7 @@ url = { version = "2.4.0", features = ["serde"] }
serde = { version = "1.0.168", features = ["derive"] }
time = { version = "0.3.22", features = ["parsing", "serde", "formatting"] }
serde_json = "1.0.108"
bytes = "1.5.0"
[dev-dependencies]
eyre = "0.6.9"