Anki/qt/bundle/win/Cargo.toml
Kieran Black c691c9bcf6
bump walkdir from 2.3.2 to 2.3.3 (#2460)
* bump walkdir from 2.3.2 to 2.3.3

Build was failing on windows due to walkdir matching . as any folder starting with . instead of as the cwd.

* change name in CONTRIBUTORS

* change name back in CONTRIBUTORS
2023-03-29 11:54:27 +10:00

18 lines
426 B
TOML

[package]
name = "makeinstall"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = "1.0.68"
camino = "1.1.2"
clap = { version = "4.1.1", features = ["derive"] }
glob = "0.3.1"
tugger-windows-codesign = "0.10.0"
walkdir = "2.3.3"
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }