[package] name = "mj" description = "My Journal - personal tool to capture ideas,\n work with journals, notes and tasks\n in your favourite text $EDITOR." version = "0.4.3" authors = ["Roman Kuznetsov "] edition = "2018" license-file = "LICENSE" # documentation = "..." # homepage = "..." repository = "https://gitlab.com/productivity-box/my-journal" readme = "README.md" [dependencies] ansi_term = "0.12.1" chrono = "0.4.9" clap = "2.33.0" dirs = "2.0.2" regex = "1.3.1" serde = "1.0.101" serde_derive = "1.0.101" termion = "1.5.3" toml = "0.5.3" tui = "0.6.2" uuid = { version = "0.7.4", features = ["v4"] }