# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mj" version = "0.4.3" authors = ["Roman Kuznetsov "] description = "My Journal - personal tool to capture ideas,\n work with journals, notes and tasks\n in your favourite text $EDITOR." readme = "README.md" license-file = "LICENSE" repository = "https://gitlab.com/productivity-box/my-journal" [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4.9" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.regex] version = "1.3.1" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.termion] version = "1.5.3" [dependencies.toml] version = "0.5.3" [dependencies.tui] version = "0.6.2" [dependencies.uuid] version = "0.7.4" features = ["v4"]