summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdandi <rwindowed@gmail.com>2025-03-21 15:56:23 +0200
committerGitHub <noreply@github.com>2025-03-21 15:56:23 +0200
commit899b89076cc408a74f972620b9267a5ac0ece509 (patch)
tree4ea548f9742051dbe368416573c4bc84adbe6da1
parent3cee6d74b7aaf185dd467189829286fea038d5b1 (diff)
Add files via upload
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..39cce02
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "mew"
+version = "0.2.0"
+edition = "2021"
+
+[dependencies]
+crossterm = "0.27"
+ratatui = "0.26"