monitoring kit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 954e19e..aae48a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,10 @@ members = [
]
resolver = "3"
+[workspace.dependencies]
+array_chunks = "0.1.0"
+implicit-fn = "0.1.0"
+
[profile.release]
debug = 2
opt-level = 3