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

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

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