mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
refactor: convert to cargo workspace setup
This commit is contained in:
parent
06fd485215
commit
e6b29be459
12 changed files with 2591 additions and 71 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue