From 6c028b01bf3c365f15ed0d68af5d3e68f27b0773 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sun, 20 Feb 2022 14:04:50 +0100 Subject: aufgabe 3 implementierung --- aufgabe3/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 aufgabe3/Cargo.toml (limited to 'aufgabe3/Cargo.toml') diff --git a/aufgabe3/Cargo.toml b/aufgabe3/Cargo.toml new file mode 100644 index 0000000..94f1a9c --- /dev/null +++ b/aufgabe3/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "aufgabe3" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit 1.4.1