nextpnr/common/route/awooter/rust/Cargo.toml

17 lines
342 B
TOML
Raw Normal View History

2022-11-20 11:20:09 +08:00
[package]
name = "awooter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "awooter"
path = "src/lib.rs"
crate-type = ["staticlib"]
[dependencies]
libc = "0.2"
2022-11-27 22:50:27 +08:00
indicatif = { version = "0.17", features = ["rayon"] }
2022-11-25 13:34:46 +08:00
rayon = "1.6"
colored = "2"