summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 13:28:01 +0000
committerEllie Huxtable <e@elm.sh>2021-02-14 13:28:01 +0000
commitd128297e67c49b4142e8535241c65efcc0ed640e (patch)
tree10ea1626126c4c8a569f12e72f137886ff48f44c /Cargo.toml
parent4fbd43dfe1c1f30329e23c5a477d1c476d6e3c94 (diff)
Make clippy annoying asf + add server
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 942a200e..c7184238 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
home = "0.5.3"
indicatif = "0.15.0"
hostname = "0.3.1"
+rocket = "0.4.7"
[dependencies.rusqlite]
version = "0.24.*"