aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a37a388460549b687907ebccffa369b3673a5c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[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'] }