summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-07-03 16:17:35 -0400
committerMica White <botahamec@outlook.com>2026-07-03 16:19:17 -0400
commitf31fda79035077a9dab8dee07a11d71fac3ba791 (patch)
treea3c8eb295fd18831cb7ff803c984c32b5a823c2b /Cargo.toml
parentbb7525206da1782fd9af49621aa52d87bd227838 (diff)
Profiling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a13d8c4..fabf7d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ crossterm = "0.29"
getrandom = "0.4"
mimalloc = "0.1"
postcard = "1"
+puffin = "0.20"
+puffin_http = "0.17"
rustc-hash = "2"
serde = { version = "1", features = ["derive"] }
smol = "2"