aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1055524a9f940f17168e1d1658794fea81d00bf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "volute"
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.20"
tui = { version="0.16", default-features=false, features=['crossterm'] }
unicode-width = "0.1.9"