From b6a96e1bfe1a2e411a14fff13948236054a8cca5 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 9 Jul 2020 17:51:00 +0200 Subject: [rust] High Score --- high-scores/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 high-scores/Cargo.toml (limited to 'high-scores/Cargo.toml') diff --git a/high-scores/Cargo.toml b/high-scores/Cargo.toml new file mode 100644 index 0000000..f4d70fe --- /dev/null +++ b/high-scores/Cargo.toml @@ -0,0 +1,6 @@ +[dependencies] + +[package] +edition = "2018" +name = "high-scores" +version = "4.0.0" -- cgit v1.2.3