aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 00:04:39 +0000
committerFuwn <[email protected]>2021-05-03 00:04:39 +0000
commitde6b6cb1c8bf33a7d30d8960790f1a33d44163cb (patch)
tree69354030593a2e84ad4f119f9f3080b666e21005
parentfix(readme): outdated documentation url (diff)
downloadwhirl-de6b6cb1c8bf33a7d30d8960790f1a33d44163cb.tar.xz
whirl-de6b6cb1c8bf33a7d30d8960790f1a33d44163cb.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 7f55e60..520bd5e 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