diff --git a/README.md b/README.md new file mode 100644 index 0000000..4241b4f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# atomalloc + +Frame allocator used in [Hypericum](https://forge.gaycatgirl.sex/hypericum). \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..271800c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" \ No newline at end of file