aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: be10fcec528c28217a10a74c2c15482ad295e4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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]
color-eyre = "0.6.2"
crossterm = "0.27.0"
eyre = "0.6.12"
ratatui = "0.26.1"
url = "2.5.0"