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