2020-02-21 21:51:19 +00:00
|
|
|
[package]
|
|
|
|
name = "hptp-recv"
|
|
|
|
description = "Head Pat Transport Protocol, Receiving Program"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["iitalics", "haskal"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-03-07 20:42:24 +00:00
|
|
|
hptp = { path = "../hptp" }
|
2020-03-08 01:43:53 +00:00
|
|
|
tokio = { version = "0.2.*", features = ["rt-core", "udp"] }
|
|
|
|
thiserror = "*"
|