Files
turso/bindings/java/Cargo.toml
2025-07-03 10:56:05 -03:00

19 lines
362 B
TOML

[package]
name = "turso-java"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lib]
name = "_turso_java"
crate-type = ["cdylib"]
path = "rs_src/lib.rs"
[dependencies]
turso_core = { path = "../../core", features = ["io_uring"] }
jni = "0.21.1"
thiserror = "2.0.9"