toad-java/glue/Cargo.toml

16 lines
283 B
TOML
Raw Normal View History

2023-04-04 22:36:01 +00:00
[package]
name = "toad-java-glue"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate_type = ["cdylib"]
[dependencies]
jni = "0.21.1"
toad = "0.17.2"
toad-jni = "0.4.1"
toad-msg = "0.18.1"
2023-04-04 22:36:01 +00:00
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}