[package] name = "procop" version = "0.1.0" edition = "2021" description = "Under development! A tool that will setup projects by copying files into it." repository = "https://gitlab.com/thomassteinbach/procop" license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] directories = "5.0.1" git2 = "0.17.2" sanitise-file-name = "1.0.0" serde = { version = "1.0.171", features = ["derive"] } serde_yaml = "0.9.24" testcontainers = "0.14.0"