inital rust pooort

This commit is contained in:
0m.ax 2025-07-18 22:01:25 +02:00
commit 08874882ec
9 changed files with 354 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "flood-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
png = "0.17"
libc = "0.2"
nix = { version = "0.29", features = ["socket", "uio"] }