diff options
| author | Jan T <jan@jantuomi.fi> | 2024-10-01 20:58:08 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-10-01 21:01:31 +0300 |
| commit | 559c9a7346a263db2fde5abb4820fed4af25c385 (patch) | |
| tree | f2d1113d1c7b7b475d31bd5e7e806d7700f61698 /Cargo.toml | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7b465a3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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 |
