summaryrefslogtreecommitdiff
path: root/rust/hello-world/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hello-world/Cargo.toml')
-rw-r--r--rust/hello-world/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/hello-world/Cargo.toml b/rust/hello-world/Cargo.toml
new file mode 100644
index 0000000..4d9f8bb
--- /dev/null
+++ b/rust/hello-world/Cargo.toml
@@ -0,0 +1,4 @@
+[package]
+edition = "2018"
+name = "hello-world"
+version = "1.1.0"