Upload current libxunil, to be used as a submodule

This commit is contained in:
csd4ni3l
2026-04-07 22:59:49 +02:00
parent 58cc2a7439
commit ba6ff0c94a
17 changed files with 1583 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "libxunil"
version = "0.1.0"
edition = "2024"
[lib]
name = "xunil"
crate-type = ["staticlib"]
[profile.release]
panic = "abort"
opt-level = "s"
[dependencies]
spin = "0.10.0"
[profile.dev]
panic = "abort"