feat: prep work for web UI

This commit is contained in:
Andrew Rioux
2025-01-22 01:21:54 -05:00
parent 53019f6fc9
commit 8499c0aee9
13 changed files with 676 additions and 98 deletions
+5
View File
@@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]