From d0c70ad88b11f412c9d8c6735b74cce1b1ff015b Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sat, 20 Aug 2022 14:12:11 +0200 Subject: cleanup --- einreichung/Aufgabe3/Quelltext/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 einreichung/Aufgabe3/Quelltext/Cargo.toml (limited to 'einreichung/Aufgabe3/Quelltext/Cargo.toml') diff --git a/einreichung/Aufgabe3/Quelltext/Cargo.toml b/einreichung/Aufgabe3/Quelltext/Cargo.toml new file mode 100644 index 0000000..94f1a9c --- /dev/null +++ b/einreichung/Aufgabe3/Quelltext/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