mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 22:51:38 +03:00
21 lines
481 B
TOML
21 lines
481 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 = "1.3"
|
||
|
jni = "0.19.0"
|
||
|
|
||
|
[lib]
|
||
|
name = "enso_parser"
|
||
|
crate-type = ["cdylib"]
|