From 517381626f0d59b91519436b388ac505ced792f2 Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Sat, 26 Feb 2022 17:20:49 +0100 Subject: Initial commit --- unsolved/kattis-kth-adk-spelling/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 unsolved/kattis-kth-adk-spelling/Cargo.toml (limited to 'unsolved/kattis-kth-adk-spelling/Cargo.toml') diff --git a/unsolved/kattis-kth-adk-spelling/Cargo.toml b/unsolved/kattis-kth-adk-spelling/Cargo.toml new file mode 100644 index 0000000..45f6b19 --- /dev/null +++ b/unsolved/kattis-kth-adk-spelling/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "kattis-kth-adk-spelling" +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