summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <slartibartfast@klockenschooster.de>"]
edition = "2018"
[dependencies]
openssl = { version = "0.10" }
+url = { version = "2.1" }