aboutsummaryrefslogtreecommitdiff
path: root/incria/Cargo.toml
blob: 608c92654a9b32ea8481ed5085dcee31d2fc0dff (plain)
1
2
3
4
5
6
7
8
9
10
[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"] }