init
This commit is contained in:
commit
b4cfefc27a
4 changed files with 171 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue