bhaang: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-05 18:47:30 +05:30
commit 98c6c5fe3d
8 changed files with 2069 additions and 0 deletions

4
rust-toolchain Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-10-17"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown", "aarch64-unknown-linux-gnu" ]