diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-03 00:15:02 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-03 00:20:36 +0300 |
| commit | 84ac3652415b662aae9580c008a5aa996d58c9f4 (patch) | |
| tree | 3d39fe6ce5da76a1102458c120480e4190a70fcf /log_db/Cargo.toml | |
| parent | e17048eddfe2df86abd2d498da2a33b9c3dd8a72 (diff) | |
Rename to AutereDB
Diffstat (limited to 'log_db/Cargo.toml')
| -rw-r--r-- | log_db/Cargo.toml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/log_db/Cargo.toml b/log_db/Cargo.toml deleted file mode 100644 index 45df64d..0000000 --- a/log_db/Cargo.toml +++ /dev/null @@ -1,27 +0,0 @@ -[package] -name = "log_db" -version = "0.1.0" -edition = "2021" - -[lib] -crate-type = ["lib", "cdylib", "staticlib"] - -[dependencies] -fs2 = "0.4.3" -log = "0.4.22" -once_cell = "1.20.2" -rust_decimal = { version = "1.36.0", features = [] } -tempfile = "3.13.0" -thiserror = "2.0.1" -uuid = { version = "1.11.0", features = ["v4"] } - -[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" - -[[bench]] -name = "benchmark" -harness = false |
