mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 20:21:36 +03:00
21 lines
496 B
TOML
21 lines
496 B
TOML
[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 = "../" }
|
|
bincode = { workspace = true }
|
|
jni = "0.19.0"
|
|
|
|
[lib]
|
|
name = "enso_parser"
|
|
crate-type = ["cdylib"]
|