aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-03-05 23:34:55 -0500
committerShav Kinderlehrer <[email protected]>2024-03-05 23:34:55 -0500
commit022574877dbabc1fbb386dc3b59765de528107c9 (patch)
treee662b3808cd9903ecb76d6a61029ac69de701aa8 /Cargo.toml
downloadmolehole-022574877dbabc1fbb386dc3b59765de528107c9.tar.gz
molehole-022574877dbabc1fbb386dc3b59765de528107c9.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..140fd90
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "molehole"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+crossterm = "0.27.0"
+eyre = "0.6.12"
+ratatui = "0.26.1"