feat: initial scaffolding for ckan_geoconnex_bulk_runner

This commit is contained in:
rzmk 2026-05-04 15:50:51 -04:00
commit 71370c3d7c
6 changed files with 2401 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "ckan_geoconnex_bulk_runner"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
ckanaction = "0.1.4"
jsonschema = "0.46.4"
serde_json = "1.0.149"
tokio = { version = "1.52.1", features = ["full"] }