1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/udp-echo/Cargo.toml

12 lines
190 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]
actix = "0.7"
2019-02-22 11:00:58 +01:00
tokio = "0.1"
futures = "0.1"
bytes = "0.4"