rmemo 0.2.6

Tools for taking notes fast on the CLI
Documentation
# 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 = "rmemo"
version = "0.2.6"
authors = ["k-nasa <htilcs1115@gmail.com>"]
description = "Tools for taking notes fast on the CLI"
readme = "README.md"
keywords = ["cli"]
license-file = "LICENSE"
repository = "https://github.com/k-nasa/memo_command"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.32"

[dependencies.colored]
version = "1.7"

[dependencies.dialoguer]
version = "0.3.0"

[dependencies.dirs]
version = "1.0.5"

[dependencies.failure]
version = "0.1.5"

[dependencies.mdbook]
version = "0.2.3"

[dependencies.rocket]
version = "0.4.0"

[dependencies.rocket_contrib]
version = "0.4.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.termion]
version = "1.5"

[dependencies.toml]
version = "0.4.10"