From 4e8ac826929117f95baeb37e1518773d1169d900 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Wed, 28 Feb 2024 18:00:30 +0100 Subject: Random uncommited stuff --- kattis-open/pickupsticks/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kattis-open/pickupsticks/Cargo.toml (limited to 'kattis-open/pickupsticks/Cargo.toml') diff --git a/kattis-open/pickupsticks/Cargo.toml b/kattis-open/pickupsticks/Cargo.toml new file mode 100644 index 0000000..13df4d9 --- /dev/null +++ b/kattis-open/pickupsticks/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "challenge" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3