From d5d223389698b361ed362721ee4f3a7ab8a110cb Mon Sep 17 00:00:00 2001 From: Jan Wolff Date: Fri, 15 May 2020 10:57:15 +0200 Subject: move to a modular design --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a0cec35..ab1b0c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "sheldon_director" +name = "sheldond" version = "0.1.0" authors = ["Klockenschooster "] edition = "2018" [dependencies] openssl = { version = "0.10" } +url = { version = "2.1" } -- cgit v1.2.3