async-cpupool/Cargo.toml

11 lines
218 B
TOML
Raw Normal View History

2023-11-24 19:42:10 +00:00
[package]
name = "async-cpupool"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flume = "0.11.0"
tracing = "0.1.40"