aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-01-20 12:25:04 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-01-20 12:25:04 +0200
commit106b53212fd04f6dd236826d39a52443d355d553 (patch)
tree7deae2afd6096cb1307f0e89c7805b4e390441dd /log_db/Cargo.toml
parentcdccdbb21f4730176ee039ccc94a05eb63e2ecb9 (diff)
Clean up deps
Diffstat (limited to 'log_db/Cargo.toml')
-rw-r--r--log_db/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/log_db/Cargo.toml b/log_db/Cargo.toml
index e2fe7f5..45df64d 100644
--- a/log_db/Cargo.toml
+++ b/log_db/Cargo.toml
@@ -4,13 +4,12 @@ version = "0.1.0"
edition = "2021"
[lib]
-crate-type = ["lib"]
+crate-type = ["lib", "cdylib", "staticlib"]
[dependencies]
fs2 = "0.4.3"
log = "0.4.22"
once_cell = "1.20.2"
-priority-queue = "2.1.1"
rust_decimal = { version = "1.36.0", features = [] }
tempfile = "3.13.0"
thiserror = "2.0.1"