1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/udp-echo/Cargo.toml

15 lines
293 B
TOML
Raw Normal View History

2019-02-20 18:21:59 +01:00
[package]
name = "udp-echo"
version = "0.1.0"
authors = ["Anton Patrushev <apatrushev@gmail.com>"]
edition = "2018"
[dependencies]
2020-09-12 17:49:45 +02:00
actix = "0.10"
actix-rt = "1.1"
tokio = "0.2"
tokio-util = { version = "0.3", features = [ "codec", "udp" ] }
futures = "0.3"
futures-util = "0.3"
bytes = "0.5"