aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 16:24:06 -0700
committerFuwn <[email protected]>2021-05-03 16:24:06 -0700
commitd47ce4bc65efe53acb7a9c20de5fcad23e35bed1 (patch)
tree3c15aa23ae3a35913c00ff9c8bdfea6828f3e876
parentfeat(db): use diesel instead of sqlx, implement database tests (diff)
downloadwhirl-d47ce4bc65efe53acb7a9c20de5fcad23e35bed1.tar.xz
whirl-d47ce4bc65efe53acb7a9c20de5fcad23e35bed1.zip
build(deps): add dev-dependencies
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2d000c..c8664f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,5 +54,5 @@ rocket = "0.4.7"
rocket_contrib = "0.4.7"
[dev-dependencies]
-#diesel_cli = { version = "1.4.1", default-features = false, features = ["sqlite-bundled"] }
-#cargo-watch = "7.8.0" # Optional
+diesel_cli = { version = "1.4.1", default-features = false, features = ["sqlite-bundled"] }
+cargo-watch = "7.8.0" # Optional