diff options
| author | Fuwn <[email protected]> | 2021-05-10 20:32:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 20:34:44 +0000 |
| commit | 315430e62ebcc2689940443f1919cab41acccdde (patch) | |
| tree | 8276dc9aa33109ba3071504fdec08e582e3ef1bf /Cargo.toml | |
| parent | refactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`... (diff) | |
| download | whirl-315430e62ebcc2689940443f1919cab41acccdde.tar.xz whirl-315430e62ebcc2689940443f1919cab41acccdde.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 |