aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 00:04:39 -0700
committerFuwn <[email protected]>2021-05-03 00:04:39 -0700
commitc1d8a40fb55341d723517df3700715b82ba10e55 (patch)
treef388044236103d89e6caf239ba8a7bf144a43ef3
parentfix(readme): outdated documentation url (diff)
downloadwhirl-c1d8a40fb55341d723517df3700715b82ba10e55.tar.xz
whirl-c1d8a40fb55341d723517df3700715b82ba10e55.zip
build(deps): add sqlx-cli to dev-dependencies
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7018adb..18cc0b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,3 +51,7 @@ sqlx = { version = "0.5.2", features = ["runtime-async-std-rustls", "sqlite", "m
# Web-server
rocket = "0.4.7"
rocket_contrib = "0.4.7"
+
+[dev-dependencies]
+sqlx-cli = "0.5.2"
+#cargo-watch = "7.8.0" # Optional