mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
12 lines
190 B
TOML
12 lines
190 B
TOML
[package]
|
|
name = "udp-echo"
|
|
version = "0.1.0"
|
|
authors = ["Anton Patrushev <apatrushev@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
tokio = "0.1"
|
|
futures = "0.1"
|
|
bytes = "0.4"
|