aboutsummaryrefslogtreecommitdiff
path: root/rust/space-age/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-11-06 10:49:12 +0000
committerFederico Igne <git@federicoigne.com>2021-11-06 10:49:12 +0000
commitb6d7705471f0a583f1d115472ddbc8c4f8a420a9 (patch)
treea4bddec8b89f3dc2d8cc77e6e7893e5ba3b9e99b /rust/space-age/Cargo.toml
parentc689e2ad8273b22e1ce8ae4ec58013d3e43010dc (diff)
downloadexercism-b6d7705471f0a583f1d115472ddbc8c4f8a420a9.tar.gz
exercism-b6d7705471f0a583f1d115472ddbc8c4f8a420a9.zip
[rust] Space Age
Diffstat (limited to 'rust/space-age/Cargo.toml')
-rw-r--r--rust/space-age/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/space-age/Cargo.toml b/rust/space-age/Cargo.toml
new file mode 100644
index 0000000..a9e9332
--- /dev/null
+++ b/rust/space-age/Cargo.toml
@@ -0,0 +1,4 @@
1[package]
2edition = "2018"
3name = "space-age"
4version = "1.2.0"