[package] name = "rusty_prompt" version = "0.3.0" edition = "2021" repository = "https://gitlab.com/kohlten/rusty_prompt" description = "Rusty library for creating interactive runtime command line prompts." license = "BSD-1-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[example]] name = "basic" path = "examples/basic.rs" [dependencies] lazy_static = "1.4" typed-builder = "0.16" strum_macros = "0.25" rusty_linked_list = { version = "0.0.1"} [target.'cfg(target_family = "unix")'.dependencies] termios = "0.3" libc = "0.2" signal-hook = "0.3"