diff options
Diffstat (limited to 'rust/hello-world/Cargo.toml')
| -rw-r--r-- | rust/hello-world/Cargo.toml | 4 |
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 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2018" | ||
| 3 | name = "hello-world" | ||
| 4 | version = "1.1.0" | ||
