c6e41ca3f3
* chore: update to rust edition 2021 everywhere * validator-api: simplify into_iter call in rust 2021
13 lines
443 B
TOML
13 lines
443 B
TOML
[package]
|
|
name = "nonexhaustive-delayqueue"
|
|
version = "0.1.0"
|
|
authors = ["Jędrzej Stuczyński <andrew@nymtech.net>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.4", features = [] }
|
|
tokio-stream = "0.1" # this one seems to be a thing until `Stream` trait is stabilised in stdlib
|
|
tokio-util = { version = "0.6", features = ["time"] }
|