summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-06 20:46:16 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-06 21:16:58 +0100
commit7859947fcc643a96d20b7c56df912d8e3230429d (patch)
tree0dede9bac67e1fd2182a7ffd975f3450ae510fa9 /Cargo.lock
parente3b5d43978f06f4a8c06d49467e4bb1d1f740375 (diff)
downloadmacaw-web-7859947fcc643a96d20b7c56df912d8e3230429d.tar.gz
macaw-web-7859947fcc643a96d20b7c56df912d8e3230429d.tar.bz2
macaw-web-7859947fcc643a96d20b7c56df912d8e3230429d.zip
feat: message buffer
Diffstat (limited to '')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7e44d3..3bfef73 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -324,6 +324,15 @@ dependencies = [
]
[[package]]
+name = "chrono-humanize"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b"
+dependencies = [
+ "chrono",
+]
+
+[[package]]
name = "circular"
version = "0.3.0"
source = "git+https://bunny.garden/forks/circular#0a9c9ab1e2f4e3eb912ad9fe91e3ea953e066453"
@@ -1895,6 +1904,8 @@ dependencies = [
name = "macaw-web"
version = "0.1.0"
dependencies = [
+ "chrono",
+ "chrono-humanize",
"console_error_panic_hook",
"filamento",
"futures",