aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-03-23 13:08:14 -0400
committerShav Kinderlehrer <[email protected]>2024-03-23 13:08:14 -0400
commit0e29fa02995273bfd803aea48773cbe52a7366ed (patch)
treeefd8302cfc433c076010d94849fda224d36167d4 /Cargo.toml
parent0c5e8ab544823fbb4936c536ee1d8a66298f7e51 (diff)
downloadmolehole-0e29fa02995273bfd803aea48773cbe52a7366ed.tar.gz
molehole-0e29fa02995273bfd803aea48773cbe52a7366ed.zip
Rework actions and events + start statusbar
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 140fd90..be10fce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+color-eyre = "0.6.2"
crossterm = "0.27.0"
eyre = "0.6.12"
ratatui = "0.26.1"
+url = "2.5.0"