gclone/Cargo.toml

21 lines
310 B
TOML
Raw Permalink Normal View History

2019-02-11 17:33:37 +01:00
[package]
name = "gclone"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
edition = "2018"
[dependencies]
colored = "1.7.0"
2019-02-11 20:51:00 +01:00
walkdir = "2.2.7"
2019-02-12 11:04:04 +01:00
lazy_static = "1.2.0"
2019-02-27 10:57:01 +01:00
log = "0.4.6"
beautylog = "0.1.0"
2019-02-11 17:56:43 +01:00
[[bin]]
name = "gclone"
path = "src/gclone.rs"
[[bin]]
2019-02-11 20:29:57 +01:00
name = "pgd"
path = "src/pgd.rs"