1
0
Fork 0

include body in ForgejoError::BadStructure

This commit is contained in:
Cyborus 2023-12-10 00:53:52 -05:00
parent 31a53eb88a
commit b952e1108a
No known key found for this signature in database
4 changed files with 20 additions and 15 deletions

View file

@ -13,6 +13,7 @@ tokio = { version = "1.29.1", features = ["net"] }
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"
[dev-dependencies]
eyre = "0.6.9"