This commit is contained in:
2024-05-23 21:39:00 +03:00
commit 6de42c3dba
15 changed files with 445 additions and 0 deletions

7
.cargo/config.toml Normal file
View File

@@ -0,0 +1,7 @@
[unstable]
bindeps = true
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-unknown-none"