[package] name = "nekko" version = "0.1.3" authors = ['Ryooooooga '] description = 'Command-line snippet manager' license = 'MIT' readme = 'README.md' repository = 'https://github.com/Ryooooooga/nekko' keywords = [ 'zsh', 'zsh-plugin', ] edition = '2018' [dependencies] ansi_term = "0.12" dirs = "3.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" shell-escape = "0.1" structopt = "0.3" thiserror = "1.0"