aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7b465a3954b895e54beb02955c2e8e738b44f649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "log_db"
version = "0.1.0"
edition = "2021"

[dependencies]
fs2 = "0.4.3"
log = "0.4.22"
priority-queue = "2.1.1"
serial_test = "3.1.1"

[lib]
crate-type = ["lib"]

[package.metadata]
cargo-test-no-parallel = true