mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
11 lines
234 B
TOML
11 lines
234 B
TOML
[package]
|
|
name = "ckan_geoconnex_bulk_runner"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
ckanaction = "0.2.0"
|
|
jsonschema = "0.46.4"
|
|
serde_json = "1.0.149"
|
|
tokio = { version = "1.52.1", features = ["full"] }
|