[package] name = "rusty_memoir" version = "0.1.0" authors = ["Phoenix Chen"] edition = "2018" license = "Apache-2.0" description = "A tool to archive commands" readme = "README.md" homepage = "https://github.com/Phoenix-Chen/Memoir" repository = "https://github.com/Phoenix-Chen/Memoir" keywords = ["cli", "search", "tui", "shell"] categories = ["command-line-utilities"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" termion = "1.5.5" tui = "0.12.0" clap = "2.33.0" dirs = "2.0.2" clipboard = "0.5.0"