summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-18 13:46:08 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-18 14:25:41 +0200
commit145a60d65756a4fb0a1429418a5f11f60fb1adcb (patch)
tree914edfbbf45f63c153affbb66e67dfe7058da87c /Cargo.toml
parent0717aca15929ff476ac92ec3bf2242943f817a64 (diff)
Add pidlock for server pid based locking
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de1266a..c5d224b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,3 +43,4 @@ actix-rt = "1"
actix-web = "2"
port_check = "0.1"
failure = "0.1"
+pidlock = { git = "https://github.com/matthiasbeyer/pidlock", branch = "my-master" }