[[example]]
name = "main"
path = "examples/main.rs"
[lib]
name = "readkey"
path = "src/lib.rs"
[package]
authors = ["Klas Segeljakt <klasseg@kth.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A very small library for finding out if a key is currently pressed on macOS.
"""
homepage = "https://github.com/segeljakt/readkey"
license = "MIT"
name = "readkey"
readme = "README.md"
repository = "https://github.com/segeljakt/readkey"
version = "0.2.2"