TurboPFor : Rust bindings

This commit is contained in:
x
2023-06-07 13:58:24 +02:00
parent 2f314659a4
commit b8b3bb541f

View File

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