From 7859947fcc643a96d20b7c56df912d8e3230429d Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 6 May 2025 20:46:16 +0100 Subject: feat: message buffer --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4b80be7..8ba81a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] +chrono = "0.4.41" +chrono-humanize = "0.2.3" console_error_panic_hook = "0.1.7" filamento = { path = "../luz/filamento", features = ["serde", "reactive_stores"] } futures = "0.3.31" -- cgit