repos-tool 0.1.2

A simple command line tool to manage local repositories.
# 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 = "repos-tool"
version = "0.1.2"
authors = ["Kaizhao Zhang <zhangkaizhao@gmail.com>"]
description = "A simple command line tool to manage local repositories."
homepage = "https://github.com/zhangkaizhao/repos"
readme = "README.md"
keywords = ["cli", "management", "repositories"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/zhangkaizhao/repos"

[lib]
name = "repos"

[[bin]]
name = "repos"
path = "src/bin/cli.rs"
doc = false
[dependencies.clap]
version = "2.32"

[dependencies.remove_empty_subdirs]
version = "0.1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.4.6"

[dependencies.url]
version = "1.7"
[dev-dependencies.tempfile]
version = "3.0"