Files
uv/crates/uv-globfilter/Cargo.toml
T
konsti 2ad924d4cf Use consistent workspace inheritance (#15031)
Following a CI failure in https://github.com/astral-sh/uv/pull/15028,
ensure that all workspace crates are inheriting the MSRV and other
workspace configuration from the workspace root.
2025-08-02 22:03:51 +02:00

30 lines
716 B
TOML

[package]
name = "uv-globfilter"
version = "0.1.0"
readme = "README.md"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
documentation = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[dependencies]
globset = { workspace = true }
owo-colors = { workspace = true }
regex = { workspace = true }
regex-automata = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
walkdir = { workspace = true }
[dev-dependencies]
anstream = { workspace = true }
fs-err = { workspace = true }
insta = { workspace = true }
tempfile = { workspace = true }
[lints]
workspace = true