mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Refactor cargo-toml-workspace
: Rm dep on binstalk-types
(#1386)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
4ec44749f1
commit
1fe4702bde
3 changed files with 18 additions and 12 deletions
|
@ -10,11 +10,11 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
binstalk-types = { version = "0.6.0", path = "../binstalk-types" }
|
||||
cargo_toml = "0.16.0"
|
||||
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||
glob = "0.3.1"
|
||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
serde = "1.0.163"
|
||||
thiserror = "1.0.40"
|
||||
tracing = "0.1.37"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue