mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
feat: add initial Python package
This commit is contained in:
parent
e6b29be459
commit
71b08a53f0
8 changed files with 290 additions and 7 deletions
14
ckan_geoconnex_bulk_runner_py/Cargo.toml
Normal file
14
ckan_geoconnex_bulk_runner_py/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "ckan_geoconnex_bulk_runner_py"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
name = "ckan_geoconnex_bulk_runner_py"
|
||||
|
||||
[dependencies]
|
||||
ckan_geoconnex_bulk_runner = { path = "../ckan_geoconnex_bulk_runner" }
|
||||
pyo3 = "0.28.3"
|
||||
serde_json = "1.0.149"
|
||||
Loading…
Add table
Add a link
Reference in a new issue