Skip to content

Commit 0588650

Browse files
Re-sync with internal repository (#550)
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.
1 parent 55c34d4 commit 0588650

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

cuda-sys/Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[package]
2+
name = "cuda-sys"
3+
version = "0.0.0"
4+
authors = ["Facebook"]
5+
edition = "2021"
6+
license = "MIT"
7+
links = "cuda"
8+
description = "Rust FFI bindings for CUDA libraries"
9+
10+
[dependencies]
11+
cxx = "1.0.119"
12+
serde = { version = "1.0.185", features = ["derive", "rc"] }
13+
14+
[build-dependencies]
15+
bindgen = "0.70.1"
16+
which = "6.0.3"
17+
glob = "0.3.1"

rdmacore-sys/Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[package]
2+
name = "rdmacore-sys"
3+
version = "0.0.0"
4+
authors = ["Facebook"]
5+
edition = "2021"
6+
license = "MIT"
7+
links = "ibverbs"
8+
9+
[dependencies]
10+
cxx = "1.0.119"
11+
serde = { version = "1.0.185", features = ["derive", "rc"] }
12+
13+
[build-dependencies]
14+
bindgen = "0.70.1"

0 commit comments

Comments
 (0)