feat: add cliff

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-31 00:35:19 +02:00
parent 222da3b8c3
commit 86664bc497
7 changed files with 986 additions and 18 deletions

3
.config.bk/cargo.toml Normal file
View File

@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]