Rust binding

This commit is contained in:
x
2023-03-31 18:13:37 +02:00
parent 490157369c
commit 98bd83c874

11
rust/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
authors = ["powturbo powturbo [AT] gmail.com>"]
build = "build.rs"
name = "ic"
version = "0.60.0"
[dependencies]
rand = "0.8"
[build-dependencies]
bindgen = "*"