aboutsummaryrefslogtreecommitdiff
path: root/libs/nak_ffi/Cargo.toml
blob: fc667e03918be41c5a4037656cfa694c12441657 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "nak_ffi"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
nak_rust = { git = "https://github.com/SulfurNitride/NaK.git", branch = "main", default-features = false, features = ["installer"] }