aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 140fd90fdf39faeaee5ecadc5932638ef29ac1b6 (plain)
1
2
3
4
5
6
7
8
9
10
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"