summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-11 11:47:08 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-15 22:14:34 +0530
commit0d792e26f23ad8e1fc2dd44555cae79427361c15 (patch)
tree7f2d28387b18dc089c961f7bffc60585f878df39 /Cargo.toml
parent20d4b1826d89d8f547d57e19d6409a7fb114e05a (diff)
Switch to multiprocess model: Not looking good
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 978c06533..099d17f6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*"
ansi_term = "0.12.1"
backtrace = "0.3.55"
bincode = "1.3.1"
+daemonize = "0.4.1"
directories-next = "2.0"
futures = "0.3.5"
libc = "0.2"