Update botserver submodule and add .cargo directory

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-19 15:28:40 -03:00
parent dbc48b127c
commit c9cfc708ad

6
.cargo/config.toml Normal file
View file

@ -0,0 +1,6 @@
[build]
rustc-wrapper = "sccache"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]