This commit is contained in:
Dario48true 2025-06-16 20:41:23 +02:00
commit b4cfefc27a
4 changed files with 171 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "uwurandom-rs-c-bindings"
version = "0.1.0"
edition = "2024"
[lib]
name = "uwurandom_c"
crate-type = ["staticlib", "cdylib"]
[dependencies]
mldkyt-uwurandom-rs = "0.1.1"