Init commit

This commit is contained in:
2026-06-13 01:20:34 +03:00
commit b82fbc168a
5 changed files with 97 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }: with pkgs; mkShell {
buildInputs = [
cargo
rustc
rust-analyzer
pkg-config
];
}