summaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-01-12 18:39:57 +0200
committerYuval Adam <_@yuv.al>2017-01-12 18:41:33 +0200
commit635d2f948b6ba631adf3bbcec58f68290bb3bd02 (patch)
treefda4d67ff04e24a606f57546d8ed7cbedf2ca305 /hello
parent508ec7cbe3bd880ba6b86d9d8b1bde5f1bd7fe3c (diff)
Cargoize hello
Diffstat (limited to 'hello')
-rw-r--r--hello/Cargo.toml5
-rw-r--r--hello/src/main.rs (renamed from hello/hello.rs)0
2 files changed, 5 insertions, 0 deletions
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
diff --git a/hello/hello.rs b/hello/src/main.rs
index bcb94c2..bcb94c2 100644
--- a/hello/hello.rs
+++ b/hello/src/main.rs