diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 0000000..38ca5b3 --- /dev/null +++ b/rust/Cargo.toml @@ -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 = "*"