Files
candle/Cargo.toml
Laurent Mazare 21aa29ddce Use a rwlock for inner mutability. (#156)
* Use a rw-lock.

* Make clippy happier.
2023-07-13 11:25:24 +01:00

15 lines
235 B
TOML

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