summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-06-17 17:41:28 -0400
committerMica White <botahamec@outlook.com>2026-06-17 17:41:28 -0400
commitb9570962cfc214bbac0f3fef1e6c1f9848f52658 (patch)
tree4c131b0208b394f7c10d395c3a6e72f91b0a57fc /Cargo.toml
parent0403d02e376fd0b95abe2f06ffbf836dd2a8ddf0 (diff)
Basic renderer and framerate test
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 5be1371..85679c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+crossterm = "0.29"
+tokio = "1"