[package] name = "bbq-rs" authors = ["YHM404 "] version = "0.1.1" edition = "2021" license-file = "LICENSE.txt" description = "A Block-based Bounded Queue for Exchanging Data and Profiling" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.69"