From da0fec405edd592d9ae7c658cb80fdc652671c37 Mon Sep 17 00:00:00 2001 From: Federico I Date: Sat, 14 Mar 2020 19:21:02 +0000 Subject: [rust] Hello World --- hello-world/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello-world/Cargo.toml (limited to 'hello-world/Cargo.toml') diff --git a/hello-world/Cargo.toml b/hello-world/Cargo.toml new file mode 100644 index 0000000..4d9f8bb --- /dev/null +++ b/hello-world/Cargo.toml @@ -0,0 +1,4 @@ +[package] +edition = "2018" +name = "hello-world" +version = "1.1.0" -- cgit v1.2.3