aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml27
1 files changed, 3 insertions, 24 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca77753..ec5c3ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,24 +1,3 @@
-[package]
-name = "log_db"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-crate-type = ["lib"]
-
-[dependencies]
-fs2 = "0.4.3"
-log = "0.4.22"
-priority-queue = "2.1.1"
-
-[dev-dependencies]
-ctor = "0.2.8"
-env_logger = "0.11.5"
-serial_test = "3.1.1"
-criterion = { version = "0.5", features = ["html_reports"] }
-rand = "0.8.5"
-tempfile = "3.13.0"
-
-[[bench]]
-name = "benchmark"
-harness = false
+[workspace]
+resolver = "2"
+members = ["log_db", "py_bindings"]