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

2
Cargo.lock generated
View file

@ -543,11 +543,11 @@ dependencies = [
name = "cargo-toml-workspace"
version = "1.0.0"
dependencies = [
"binstalk-types",
"cargo_toml",
"compact_str",
"glob",
"normalize-path",
"serde",
"tempfile",
"thiserror",
"tracing",