Initial commit

This commit is contained in:
emmettlu
2026-08-02 15:26:10 +08:00
parent fcc5d31137
commit eee7fed161
76 changed files with 10686 additions and 3564 deletions
+20
View File
@@ -0,0 +1,20 @@
[build]
rustflags = ["-C", "target-cpu=native"]
[target."cfg(windows)"]
rustflags = ["--cfg", "windows_slim_errors"]
[target."cfg(unix)"]
rustflags = []
[registries.crates-io]
protocol = "sparse"
[net]
git-fetch-with-cli = true
[http]
proxy = ""
[https]
proxy = ""