dynqueue/Cargo.toml
2020-03-12 09:52:24 +01:00

11 lines
240 B
TOML

[package]
name = "jobqueue"
version = "0.1.0"
authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon = "1.3.0"