[package] name = "rust-up" version = "0.0.6" authors = ["Pavan Kumar Sunkara "] edition = "2018" description = "Automatic updater for rust" repository = "https://github.com/automa-app/cargo-up" license = "MIT" [dependencies] cargo-up = { path = "..", version = "0.0.6" } [package.metadata.workspaces] independent = true