summaryrefslogtreecommitdiff
path: root/bindings/rs-timeout/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/rs-timeout/Cargo.toml')
-rw-r--r--bindings/rs-timeout/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/bindings/rs-timeout/Cargo.toml b/bindings/rs-timeout/Cargo.toml
new file mode 100644
index 0000000..67dd982
--- /dev/null
+++ b/bindings/rs-timeout/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "rs-timeout"
+version = "0.1.0"
+edition = "2021"
+
+build = "./build.rs"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+libc = "0.2.0"
+bindgen = "0.68.1"
+rand = "0.8.5"