diff options
| author | 张杨 <[email protected]> | 2023-10-18 03:35:17 +0000 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2023-10-18 03:35:17 +0000 |
| commit | ecc6d08170d6f4914fd90bf9fe574c657546cfae (patch) | |
| tree | b1a45b2f671d3213347be268c5787eebba1ff5b8 /bindings/rs-timeout/Cargo.toml | |
| parent | 36450f5dfa230ef806151101ee8047375915ad73 (diff) | |
Diffstat (limited to 'bindings/rs-timeout/Cargo.toml')
| -rw-r--r-- | bindings/rs-timeout/Cargo.toml | 13 |
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" |
