Add github actions workflow for unused deps (#7681)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
@@ -27,7 +27,6 @@ rmcp = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
cliclack = "0.3.5"
|
||||
console = "0.16.1"
|
||||
uuid = { workspace = true }
|
||||
dotenvy = { workspace = true }
|
||||
bat = { version = "0.26.1", default-features = false, features = ["regex-onig"] }
|
||||
anyhow = { workspace = true }
|
||||
@@ -77,3 +76,9 @@ disable-update = []
|
||||
tempfile = { workspace = true }
|
||||
test-case = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = [
|
||||
# Used only in windows
|
||||
"winapi",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user