Add htop to the replit environment.

This commit is contained in:
Kiyomichi Kosaka
2022-12-11 10:05:47 +00:00
parent a944b6e389
commit 2454d91a0e
+3 -2
View File
@@ -1,9 +1,10 @@
{ pkgs }: {
deps = [
pkgs.rustc
pkgs.htop
pkgs.rustc
pkgs.rustfmt
pkgs.cargo
pkgs.cargo-edit
pkgs.rust-analyzer
pkgs.rust-analyzer
];
}