From 635d2f948b6ba631adf3bbcec58f68290bb3bd02 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 12 Jan 2017 18:39:57 +0200 Subject: Cargoize hello --- hello/Cargo.toml | 5 +++++ 1 file changed, 5 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..61afa94 --- /dev/null +++ b/hello/Cargo.toml @@ -0,0 +1,5 @@ +[package] + +name = "hello" +version = "0.0.1" +authors = [ "Yuval Adam" ] \ No newline at end of file -- cgit v1.3.1