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" }