target-tier-docs-experiment/Cargo.toml
2024-02-06 20:20:51 +01:00

12 lines
288 B
TOML

[package]
name = "target-docs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glob-match = "0.2.1"
rayon = "1.8.1"
serde = { version = "1.0.196", features = ["derive"] }
toml = "0.8.10"