diff options
Diffstat (limited to 'hello/Cargo.toml')
| -rw-r--r-- | hello/Cargo.toml | 5 |
1 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 |
