rusty-x 0.1.2

A snippet manager in Rust
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]
name = "rusty-x"
version = "0.1.2"
authors = ["Tim de Jager <tdejager89@gmail.com>"]
include = ["src/*.rs", "src/bin/*.rs", "Cargo.toml"]
description = "A snippet manager in Rust"
readme = "README.md"
keywords = ["snippets", "cli"]
license = "MIT"
repository = "https://github.com/tdejager/rusty-x"

[lib]
path = "src/lib.rs"

[[bin]]
name = "x"
path = "src/bin/main.rs"
[dependencies.clap]
version = "~2.26.2"

[dependencies.colored]
version = "1.6"

[dependencies.markdown]
version = "0.2"

[dependencies.serde]
version = "1.0.66"

[dependencies.serde_derive]
version = "1.0.66"

[dependencies.skim]
version = "0.4.0"

[dependencies.syntect]
version = "1.8"

[dependencies.toml]
version = "0.4"