aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-02-24 14:37:20 +0100
committerReiner Herrmann <reiner@reiner-h.de>2019-02-24 14:37:20 +0100
commit66b9f0e2590831548333e2166fe289dfd013f5c3 (patch)
tree9b92464ec1d3dadafcc325d2accdfb40aa413e01 /Cargo.toml
New cargo project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..14c3e2b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "rtftp"
+version = "0.1.0"
+authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
+edition = "2018"
+
+[dependencies]