From d9e51706768dcb11ef32f4a2d5fd9161e1e92fed Mon Sep 17 00:00:00 2001 From: Jan Wolff Date: Thu, 14 May 2020 21:45:59 +0200 Subject: initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a0cec35 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "sheldon_director" +version = "0.1.0" +authors = ["Klockenschooster "] +edition = "2018" + +[dependencies] +openssl = { version = "0.10" } + -- cgit v1.2.3