mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
9 lines
172 B
TOML
9 lines
172 B
TOML
[package]
|
|
name = "bulk_loader"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
reqwest = "0.13.4"
|
|
tokio = { version = "1.52.1", features = ["full"] }
|