[dependencies]
[lib]
name = "read_key_termios"
path = "src/lib.rs"
[package]
authors = ["Aityz (aitomurai@gmail.com)"]
categories = ["command-line-utilities", "api-bindings"]
description = "Simple key-reading using Termios from Libc. Unsafe for obvious reasons. Also doesn't work on Windows for obvious reasons."
edition = "2021"
homepage = "https://github.com/Aityz"
keywords = ["termios", "terminal", "cli", "read_key", "tiny"]
license = "MIT"
name = "read-key-termios"
readme = "README.md"
repository = "https://github.com/Aityz/read-key-termios"
version = "0.1.0"