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

[dependencies]
once_cell = "1.17.1"
parking_lot = "0.12.1"
tokio = { version = "1.28.1", features = ["full"] }