This commit is contained in:
22
crates/kreuzberg-jni/Cargo.toml
Normal file
22
crates/kreuzberg-jni/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "kreuzberg-jni"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
name = "kreuzberg_jni"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22"
|
||||
jni = "0.21"
|
||||
kreuzberg-ffi = { path = "../kreuzberg-ffi" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
1183
crates/kreuzberg-jni/src/lib.rs
Normal file
1183
crates/kreuzberg-jni/src/lib.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user