diff options
| author | zy <[email protected]> | 2023-09-08 03:48:44 +0000 |
|---|---|---|
| committer | zy <[email protected]> | 2023-09-08 03:48:44 +0000 |
| commit | 7865085c4477c0233cf07519af2b217365567a66 (patch) | |
| tree | 9f0b916166b1fe19c1b5e5526bd5017d6683b8a0 /Cargo.lock | |
ffi hello worldHEADmasterhello-world
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..77bc8ac --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,26 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "cc" +version = "1.0.83" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +dependencies = [ + "libc", +] + +[[package]] +name = "ffi_demo" +version = "0.1.0" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "libc" +version = "0.2.147" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
