diff options
Diffstat (limited to 'rust/space-age/Cargo.toml')
-rw-r--r-- | rust/space-age/Cargo.toml | 4 |
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 @@ +[package] +edition = "2018" +name = "space-age" +version = "1.2.0" |