BeepSortRust/Cargo.toml

18 lines
391 B
TOML

[package]
name = "BeepSortMacroQuad"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.64"
futures-core = "0.3.29"
futures-util = "0.3.29"
notan = "0.11.0"
tokio = {version = "1.34.0", features = ["full"] }
tokio-test = "*"
[profile.release]
opt-level=3