[package] name = "grizzly" version = "0.0.5" authors = ["Rui Vieira "] description = "Utility to enhance your Bear.app workflow." homepage = "https://git.sr.ht/~ruivieira/grizzly" repository = "https://git.sr.ht/~ruivieira/grizzly" readme = "README.md" keywords = ["cli", "bear", "utility", "notes"] categories = ["command-line-utilities"] license = "Apache-2.0" exclude = [".idea/**/*"] [dependencies] sqlite = "0.24.0" clap = "2.32.0" naivebayes = "0.1.2" regex = "1.1.2" colored = "1.7" lazy_static = "1.4.0"