From af7514d42b3ec6743fd8037c6e909ae8134dfa4f Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Thu, 29 Jul 2021 20:50:45 +0200 Subject: Initial empty rust project --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7ffeb7a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "matrix-zizek-bot" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3-70-g09d2