Refactor cargo-toml-workspace: Rm dep on binstalk-types (#1386)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-09-25 15:34:40 +10:00 committed by GitHub
parent 4ec44749f1
commit 1fe4702bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 12 deletions

View file

@ -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"