diff --git a/Cargo.lock b/Cargo.lock index e88c285..850edbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2087,6 +2087,7 @@ name = "mem-ingest" version = "0.1.0" dependencies = [ "anyhow", + "chrono", "futures", "mem-chunk", "mem-core", diff --git a/crates/mem-ingest/Cargo.toml b/crates/mem-ingest/Cargo.toml index 52d9c68..4283f2c 100644 --- a/crates/mem-ingest/Cargo.toml +++ b/crates/mem-ingest/Cargo.toml @@ -15,6 +15,7 @@ anyhow = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true } time = { workspace = true } +chrono = { workspace = true } walkdir = "2.5" sha2 = { workspace = true }