make rust optional
This commit is contained in:
parent
be5a81c400
commit
c537028bb7
@ -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"
|
||||
|
@ -27,6 +27,7 @@ features = ["pyo3/extension-module"]
|
||||
|
||||
|
||||
[project.optional-dependencies]
|
||||
rust-backend = ["maturin"]
|
||||
|
||||
docs = [
|
||||
"sphinx",
|
||||
|
Loading…
x
Reference in New Issue
Block a user