introduce UrlMimes

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-02-17 13:59:48 -05:00
parent fa9e318e41
commit 4cd80c10b1
4 changed files with 217 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ puffin = { workspace = true, optional = true }
puffin_egui = { workspace = true, optional = true }
sha2 = { workspace = true }
bincode = { workspace = true }
ehttp = {workspace = true }
[dev-dependencies]
tempfile = { workspace = true }