mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
feat: add first test with tokio dev-dep
This commit is contained in:
parent
c8f9d66b04
commit
66b28fd3f9
3 changed files with 103 additions and 2 deletions
|
|
@ -13,3 +13,6 @@ bon = "3.6.3"
|
|||
reqwest = { version = "0.12.15", features = ["json", "multipart", "stream"] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue