[package] name = "agpm_pm" version = "0.0.2" edition = "2021" description = "An implementor for the three traits that define a Project Manager" license.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] amisgitpm = {version ="^0.0", path = "../amisgitpm"} git2 = "^0.15" thiserror = "^1.0" subprocess = "^0.2" fs_extra = "^1.2"