aboutsummaryrefslogtreecommitdiff
path: root/incria/Cargo.toml
blob: f22bd7b54eac448c0b637a5c9a9e28aa0a3f6f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "incria"
version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.28.1", features = ["sync", "rt"] }

[dev-dependencies]
tokio = { version = "1.28.1", features = ["macros", "sync", "rt-multi-thread"] }
criterion = { version = "0.4", features = ["async_tokio"] }

[[bench]]
name = "spreadsheet"
harness = false