[package] name = "jrnl" version = "0.1.1" authors = ["Dinesh Bhattarai "] edition = "2018" description = "Journal for your day. Rust for python equivalent of the same name. Does not support all the features and is not a goal. Pull requests are welcome." readme = "Readme.md" homepage = "https://gitlab.com/dineshdb/jrnl" repository = "https://gitlab.com/dineshdb/jrnl" keywords = ["tools", "journal"] license = "MIT" [badges] gitlab = { repository = "https://gitlab.com/dineshdb/jrnl", branch = "master" } [dependencies] directories = "1.0.2" serde_json = "1.0.28" serde_derive = "1.0.79" structopt = "0.2.10" serde = "1.0.79" chrono = { version = "0.4.6", features = ["serde"] } failure = "0.1.3" configure = "0.1.1" regex = "1.0.5" lazy_static = "1.1.0"