refactor: convert to cargo workspace setup

This commit is contained in:
rzmk 2026-05-20 11:33:58 -04:00
parent 06fd485215
commit e6b29be459
12 changed files with 2591 additions and 71 deletions

View file

@ -1,14 +1,5 @@
[package]
name = "ckan_geoconnex_bulk_runner"
version = "0.1.0"
edition = "2024"
[workspace]
[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"] }
[features]
local = []
members = [
"ckan_geoconnex_bulk_runner",
]