diff options
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 |
