Upload files to "/"

This commit is contained in:
cxptbry
2026-09-13 21:28:42 -04:00
parent d3652d1ea8
commit 46f1f2d79e
3 changed files with 63 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "kosherC"
version = "0.1.0"
edition = "2024"
[dependencies]
const-str = "1.1.0"
constcat = "0.6.1"
num-traits = "0.2.19"
panic-halt = "1.0.0"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"