diff options
| author | Fuwn <[email protected]> | 2021-05-10 20:32:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 20:34:44 -0700 |
| commit | 88d945b831b0769349b1b4094e960136d33ac59c (patch) | |
| tree | d3fb333363a1542446c6567a749baebe27146c96 /Cargo.toml | |
| parent | refactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`... (diff) | |
| download | whirl-88d945b831b0769349b1b4094e960136d33ac59c.tar.xz whirl-88d945b831b0769349b1b4094e960136d33ac59c.zip | |
build(nix): add dev dependencies to nix shell build inputs
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -52,7 +52,3 @@ diesel = { version = "1.4.6", features = ["sqlite"] } # Web-server actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" - -#[dev-dependencies] -#diesel_cli = { version = "1.4.1", default-features = false, features = ["sqlite-bundled"] } -#cargo-watch = "7.8.0" # Optional |