summaryrefslogtreecommitdiff
path: root/bindings/rs-timeout/Cargo.toml
diff options
context:
space:
mode:
author张杨 <[email protected]>2023-10-18 03:35:17 +0000
committer陆秋文 <[email protected]>2023-10-18 03:35:17 +0000
commitecc6d08170d6f4914fd90bf9fe574c657546cfae (patch)
treeb1a45b2f671d3213347be268c5787eebba1ff5b8 /bindings/rs-timeout/Cargo.toml
parent36450f5dfa230ef806151101ee8047375915ad73 (diff)
merge bind-rs-timeoutHEADmain
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"