mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
feat: ckanaction crate implementation with GET actions
This commit is contained in:
commit
d0c36b55c6
6 changed files with 3081 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "ckanaction"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bon = "3.6.3"
|
||||
dotenvy = "0.15.7"
|
||||
reqwest = { version = "0.12.15", features = ["json"] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.44.2", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue