make rust optional

This commit is contained in:
Tom 2025-02-12 12:51:58 +00:00
parent be5a81c400
commit c537028bb7
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
repository = "https://github.com/ecmwf/qubed"
[dependencies]
rsfdb = {git = "https://github.com/ecmwf/rsfdb", branch = "develop"}
# rsfdb = {git = "https://github.com/ecmwf/rsfdb", branch = "develop"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
pyo3 = "0.23"

View File

@ -27,6 +27,7 @@ features = ["pyo3/extension-module"]
[project.optional-dependencies]
rust-backend = ["maturin"]
docs = [
"sphinx",