[package] name = "kpy" version = "0.1.0-alpha" edition = "2018" authors = ["LoveIsGrief"] homepage = "https://gitlab.com/NamingThingsIsHard/linux/kpy" description = "A reimplentation of linux's cp in rust" keywords = [ "alternative", "basic", "cp", "linux", ] license-file = "LICENSE" exclude = [ "Dockerfile", ".gitignore", ".gitlab-ci.yml", "tests/", ".cargo", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" simple_logger = "1.12.1" log = "0.4.14" strum = "0.21.0" strum_macros = "0.21.1" walkdir = "2.3.2" dircpy-stable = "0.3.5" [[bin]] name = "kpy"