diff options
| author | Fuwn <[email protected]> | 2021-05-03 00:04:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 00:04:39 -0700 |
| commit | c1d8a40fb55341d723517df3700715b82ba10e55 (patch) | |
| tree | f388044236103d89e6caf239ba8a7bf144a43ef3 | |
| parent | fix(readme): outdated documentation url (diff) | |
| download | whirl-c1d8a40fb55341d723517df3700715b82ba10e55.tar.xz whirl-c1d8a40fb55341d723517df3700715b82ba10e55.zip | |
build(deps): add sqlx-cli to dev-dependencies
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |