feat: init commit

This commit is contained in:
2020-11-28 13:27:17 +08:00
parent c13575871c
commit 3a6b5b2485
54 changed files with 91423 additions and 22 deletions

11
shell.nix Normal file
View File

@@ -0,0 +1,11 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
gcc
just
rust-bindgen
cargo
cargo-release
];
}