From 040ec873821d23e168a59b7ee21697fe0af5bb4c Mon Sep 17 00:00:00 2001 From: tilpner Date: Tue, 25 Sep 2018 15:58:57 +0200 Subject: Initial commit --- hello/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello/Cargo.toml (limited to 'hello/Cargo.toml') diff --git a/hello/Cargo.toml b/hello/Cargo.toml new file mode 100644 index 0000000..e968470 --- /dev/null +++ b/hello/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "hello" +version = "0.1.0" +authors = ["till"] + +[dependencies] -- cgit v1.2.3