[package] authors = ["강동윤 "] description = "Patch local dependencies with ease" edition = { workspace = true } license = { workspace = true } name = "cargo-link2" repository = { workspace = true } version = "0.1.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = { workspace = true } cargo-subcommand-metadata = { workspace = true } cargo_metadata = { workspace = true } clap = { workspace = true, features = ["derive"] } toml_edit = { workspace = true } [[bin]] name = "cargo-link" path = "src/main.rs"