summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 483ce071ed2a8ca561b797ed584c198b4dc603bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ffi_demo"
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

[build-dependencies]
cc = "1.0.79"

[dependencies]
libc = "0.2.0"