diff options
| author | Yuval Adam <_@yuv.al> | 2017-01-12 18:39:57 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-01-12 18:41:33 +0200 |
| commit | 635d2f948b6ba631adf3bbcec58f68290bb3bd02 (patch) | |
| tree | fda4d67ff04e24a606f57546d8ed7cbedf2ca305 /hello | |
| parent | 508ec7cbe3bd880ba6b86d9d8b1bde5f1bd7fe3c (diff) | |
Cargoize hello
Diffstat (limited to 'hello')
| -rw-r--r-- | hello/Cargo.toml | 5 | ||||
| -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 |
