feat: init

This commit is contained in:
steveej 2024-12-23 11:55:36 +01:00
commit bd47ec1f5b
14 changed files with 3811 additions and 0 deletions

5
rust-toolchain.toml Normal file
View file

@ -0,0 +1,5 @@
[toolchain]
channel = "1.83.0"
components = [ "cargo","llvm-tools", "rustc", "clippy", "rust-src" ]
targets = [ ]
profile = "minimal"