aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d9d864259ae825f08cf2457ff3aac5260e8560db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vt100"
version = "0.1.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

description = "Library for parsing terminal data"
homepage = "https://github.com/doy/vt100-rust"
repository = "https://github.com/doy/vt100-rust"
readme = "README.md"
keywords = ["terminal", "vt100"]
license = "MIT"

[dependencies]
unicode-width = "0.1"
vte = "0.3"