mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 01:44:16 +00:00
feat: use thiserror for error handling
This commit is contained in:
parent
113819869b
commit
cb2ed8476b
3 changed files with 166 additions and 265 deletions
|
|
@ -15,6 +15,7 @@ bon = "3.9.1"
|
|||
reqwest = { version = "0.12.28", features = ["json", "multipart", "stream"] }
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.149"
|
||||
thiserror = "2.0.18"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.52.1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue