initial commit: WIP debugging PAM module

This commit is contained in:
2026-03-16 11:59:16 +11:00
commit 1d3eaff622
20 changed files with 699 additions and 0 deletions

16
rust-backend/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "rust-backend"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
once_cell = "1.18"
[profile.release]
panic = "unwind"
[profile.dev]
panic = "unwind"