From 921a9ff1bd17c991739a8d3b5b25e65235b49bf5 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Wed, 3 Nov 2021 18:45:47 +0000 Subject: [rust] Bowling --- rust/bowling/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/bowling/Cargo.toml (limited to 'rust/bowling/Cargo.toml') diff --git a/rust/bowling/Cargo.toml b/rust/bowling/Cargo.toml new file mode 100644 index 0000000..b14350e --- /dev/null +++ b/rust/bowling/Cargo.toml @@ -0,0 +1,4 @@ +[package] +edition = "2018" +name = "bowling" +version = "1.2.0" -- cgit v1.2.3