toad-java/toad-java-glue-rs/Cargo.toml

16 lines
314 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 = "*"
toad = {path = "../../toad/toad"}
toad-jni = {path = "../../toad/toad-jni"}
toad-msg = "*"
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}