From ac1f723d39b6d25903237af86a7319209373731b Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Fri, 9 Dec 2022 18:01:29 +0100 Subject: Code jam --- code-jam22/round1b/a-se-dat-ab/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 code-jam22/round1b/a-se-dat-ab/Cargo.toml (limited to 'code-jam22/round1b/a-se-dat-ab/Cargo.toml') diff --git a/code-jam22/round1b/a-se-dat-ab/Cargo.toml b/code-jam22/round1b/a-se-dat-ab/Cargo.toml new file mode 100644 index 0000000..c2064ae --- /dev/null +++ b/code-jam22/round1b/a-se-dat-ab/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "a-se-dat-ab" +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