[package] description = "The CLI app for remembering those little things that slip your mind" repository = "https://github.com/codesections/mnemonic" homepage = "https://github.com/codesections/mnemonic" license = "MIT" keywords = ["CLI", "notes", "productivity", "minimalist", "syntax-highlighting"] readme = "./README.md" categories = ["command-line-utilities"] name = "mn" version = "0.2.1" authors = ["Daniel Sockwell "] edition = "2018" [dependencies] prettyprint = "0.3.0" clap = "2.32.0" directories = "1.0.2" colored = "1.7.0" open = "1.2.2" man = "0.3.0"