BeepSortRust/Cargo.toml
2023-11-28 11:23:28 +01:00

16 lines
343 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"
notan = "0.11.0"
tokio = {version = "1.34.0", features = ["full"] }
tokio-test = "*"
[profile.release]
opt-level=3