aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1007f0ddb59e33b258d9e886687313cf4c2c7cad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "textmode"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
itoa = "0.4"
terminal_size = "0.1"
vt100 = "0.9"