summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-15 15:42:22 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-28 15:15:26 +0200
commitdd06d93d0ba0fdc71d1f64057e7eca4276b99ee9 (patch)
tree63986f23ac6c40568aa9936a92c1b399311e2a51 /Cargo.toml
parentc109c93db798e26c27b018d679866ba97da05612 (diff)
downloadcandle-dd06d93d0ba0fdc71d1f64057e7eca4276b99ee9.tar.gz
candle-dd06d93d0ba0fdc71d1f64057e7eca4276b99ee9.tar.bz2
candle-dd06d93d0ba0fdc71d1f64057e7eca4276b99ee9.zip
Cleanup:
- Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a54ea45..f60bde8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ members = [
"candle-core",
"candle-datasets",
"candle-examples",
+ "candle-book",
"candle-nn",
"candle-pyo3",
"candle-transformers",
@@ -57,6 +58,7 @@ tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.7"
wav = "1.0.0"
zip = { version = "0.6.6", default-features = false }
+parquet = { version = "45.0.0" }
[profile.release-with-debug]
inherits = "release"