enso/lib/rust/parser/jni/Cargo.toml

23 lines
491 B
TOML
Raw Normal View History

[package]
name = "enso-parser-jni"
version = "0.1.0"
authors = ["Enso Team <enso-dev@enso.org>"]
edition = "2021"
description = "Enso Parser JNI dynamic library."
readme = "README.md"
homepage = "https://github.com/enso-org/enso"
repository = "https://github.com/enso-org/enso"
license-file = "../../LICENSE"
[dependencies]
enso-prelude = { path = "../../prelude" }
enso-parser = { path = "../" }
jni = "0.21.0"
[lib]
name = "enso_parser"
crate-type = ["cdylib"]
[lints]
workspace = true