summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-18 13:50:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-18 14:25:41 +0200
commit7cf06683f29b5bd725b9ec15e2ffac77e039e51b (patch)
tree62d948d5409d4392b148e10c2d31ddbbf4615a3d /Cargo.toml
parent145a60d65756a4fb0a1429418a5f11f60fb1adcb (diff)
Add port configuration/cli argument
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5d224b..daf699a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,6 +41,5 @@ web-view = "0.6"
handlebars = "3"
actix-rt = "1"
actix-web = "2"
-port_check = "0.1"
failure = "0.1"
pidlock = { git = "https://github.com/matthiasbeyer/pidlock", branch = "my-master" }