diff options
author | 2025-05-06 20:46:16 +0100 | |
---|---|---|
committer | 2025-05-06 21:16:58 +0100 | |
commit | 7859947fcc643a96d20b7c56df912d8e3230429d (patch) | |
tree | 0dede9bac67e1fd2182a7ffd975f3450ae510fa9 /Cargo.toml | |
parent | e3b5d43978f06f4a8c06d49467e4bb1d1f740375 (diff) | |
download | macaw-web-7859947fcc643a96d20b7c56df912d8e3230429d.tar.gz macaw-web-7859947fcc643a96d20b7c56df912d8e3230429d.tar.bz2 macaw-web-7859947fcc643a96d20b7c56df912d8e3230429d.zip |
feat: message buffer
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |