From e792fe13178fa5ec39294fc5bf53a3ecb5e43a1b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 26 May 2016 16:51:32 -0400 Subject: init repo; basic uTP send/receive --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..514ac1e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "iceftp" +version = "0.1.0" +authors = ["bnewbold "] + +[dependencies] +utp = "*" -- cgit v1.2.3