1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
[package]
name = "termini"
version = "1.0.0"
edition = "2021"
exclude = ["fuzz", "tests"]
authors = ["pascalkuthe <pascalkuthe@semimod.de>"]
license = "MIT"
description = "Minimal terminfo libary."
repository = "https://github.com/pascalkuthe/termini"
keywords = ["terminal", "terminfo", "termcap", "term"]
categories = ["command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
home = "0.5.4"
|