feat: enhanced cargo workspace, NM usage, Dockerfile

This commit is contained in:
rzmk 2026-06-15 11:20:51 -04:00
parent 71b08a53f0
commit 3a79fb2b0a
18 changed files with 362 additions and 2478 deletions

View file

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