From a4efc83f7f29c6ef8ac9b4c57201c9ecc31266b3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Oct 2024 12:43:16 +0300 Subject: Add py_bindings lib, move to monorepo structure --- Cargo.toml | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'Cargo.toml') 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"] -- cgit v1.3