diff options
author | 2025-05-30 14:26:09 +0100 | |
---|---|---|
committer | 2025-05-30 14:26:09 +0100 | |
commit | b67e2d1897e0c9d1177b78d16019da4889b33db5 (patch) | |
tree | 202d713ad023f299ca71a88bb0a95bb122f8eaf8 /Cargo.toml | |
parent | 4f23db0420ef6cd89c56690c3b795236a0f03c70 (diff) | |
download | luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.tar.gz luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.tar.bz2 luz-b67e2d1897e0c9d1177b78d16019da4889b33db5.zip |
fix(luz): clean up warnings
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ members = ["luz", "lampada", "stanza", "jid", "filamento"] [workspace.dependencies] tokio = { version = "1.42.0" } +jid = { path = "jid" } peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } thiserror = "2.0.11" chrono = { version = "0.4.40" } |