aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 20:32:43 +0000
committerFuwn <[email protected]>2021-05-10 20:34:44 +0000
commit315430e62ebcc2689940443f1919cab41acccdde (patch)
tree8276dc9aa33109ba3071504fdec08e582e3ef1bf /Cargo.toml
parentrefactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`... (diff)
downloadwhirl-315430e62ebcc2689940443f1919cab41acccdde.tar.xz
whirl-315430e62ebcc2689940443f1919cab41acccdde.zip
build(nix): add dev dependencies to nix shell build inputs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f57a1ea..c3aff12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,3 @@ diesel = { version = "1.4.6", features = ["sqlite"] }
# Web-server
actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
-
-#[dev-dependencies]
-#diesel_cli = { version = "1.4.1", default-features = false, features = ["sqlite-bundled"] }
-#cargo-watch = "7.8.0" # Optional