mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
20 lines
431 B
TOML
20 lines
431 B
TOML
[package]
|
|
name = "turso-java"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
[features]
|
|
tracing_release = ["turso_core/tracing_release"]
|
|
[lib]
|
|
name = "_turso_java"
|
|
crate-type = ["cdylib"]
|
|
path = "rs_src/lib.rs"
|
|
|
|
[dependencies]
|
|
turso_core = { workspace = true, features = ["io_uring"] }
|
|
jni = "0.21.1"
|
|
thiserror = { workspace = true }
|