CS3700-project3/hptp-send/Cargo.toml

11 lines
299 B
TOML
Raw Normal View History

2020-02-21 21:51:19 +00:00
[package]
name = "hptp-send"
description = "Head Pat Transport Protocol, Sending 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]
hptp = { path = "../hptp" }