feat: location schema, architecture, ckanaction update, new test

This commit is contained in:
rzmk 2026-05-05 17:32:27 -04:00
parent d01e05ab48
commit baeb09acb7
7 changed files with 105 additions and 62 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.102"
ckanaction = "0.1.4"
ckanaction = "0.2.0"
jsonschema = "0.46.4"
serde_json = "1.0.149"
tokio = { version = "1.52.1", features = ["full"] }