Upload files to "/"

This commit is contained in:
NJL
2026-07-12 19:37:19 +00:00
parent a1d1b7cfad
commit 3374e16cc0
10 changed files with 1720 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "apk"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "apk"
path = "src/main.rs"
[profile.release]
opt-level = "z"
lto = true
panic = "abort"