diff options
| author | Adandi <rwindowed@gmail.com> | 2025-03-21 15:56:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 15:56:23 +0200 |
| commit | 899b89076cc408a74f972620b9267a5ac0ece509 (patch) | |
| tree | 4ea548f9742051dbe368416573c4bc84adbe6da1 /Cargo.toml | |
| parent | 3cee6d74b7aaf185dd467189829286fea038d5b1 (diff) | |
Add files via upload
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
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" |
