mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
12 lines
262 B
TOML
12 lines
262 B
TOML
[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"] }
|