summaryrefslogtreecommitdiff
path: root/ffi/Cargo.toml
blob: 5d1e56269b846d907db0cdc0ac0c56325c85695d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "jvlib"
edition = "2024"
version.workspace = true

[lib]
crate-type = ["cdylib", "staticlib"]
name = "jvlib"

[dependencies]
libc = "0.2"

# FFI Import
constants = { path = "../systems/_constants" }