diff options
| author | Fuwn <[email protected]> | 2021-05-03 16:24:06 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 16:24:06 +0000 |
| commit | beac619a1f3885d25cb5610131b36b9179db2b14 (patch) | |
| tree | 612c92bf9c61a05860374f96b3be385eebfd2c1b | |
| parent | feat(db): use diesel instead of sqlx, implement database tests (diff) | |
| download | whirl-beac619a1f3885d25cb5610131b36b9179db2b14.tar.xz whirl-beac619a1f3885d25cb5610131b36b9179db2b14.zip | |
build(deps): add dev-dependencies
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |