Files
candle/Cargo.toml
Laurent Mazare d1f5d44c04 Reenable pyo3 in the workspace list (#170)
* Enable pyo3 back.

* Adapt the CI.
2023-07-14 19:54:38 +01:00

18 lines
276 B
TOML

[workspace]
members = [
"candle-core",
"candle-examples",
"candle-hub",
"candle-nn",
"candle-pyo3",
"candle-transformers",
"candle-wasm-example",
]
exclude = [
"candle-kernels",
]
[profile.release-with-debug]
inherits = "release"
debug = true