2024-12-11 13:40:46 +00:00

22 lines
484 B
TOML

[package]
name = "qubed_tree"
version = "0.1.0"
edition = "2021"
[dependencies]
rsfdb = {git = "https://github.com/ecmwf/rsfdb", branch = "develop"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
pyo3 = "0.23"
[lib]
name = "tree_traverser"
crate-type = ["cdylib"]
path = "./rust_src/lib.rs"
[patch.'https://github.com/ecmwf/rsfdb']
rsfdb = { path = "../rsfdb" }
[patch.'https://github.com/ecmwf-projects/rsfindlibs']
rsfindlibs = { path = "../rsfindlibs" }