aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 20:32:43 -0700
committerFuwn <[email protected]>2021-05-10 20:34:44 -0700
commit88d945b831b0769349b1b4094e960136d33ac59c (patch)
treed3fb333363a1542446c6567a749baebe27146c96 /Cargo.toml
parentrefactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`... (diff)
downloadwhirl-88d945b831b0769349b1b4094e960136d33ac59c.tar.xz
whirl-88d945b831b0769349b1b4094e960136d33ac59c.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 a1c1f7b..604c8cc 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