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