enso/app/rust-ffi/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
418 B
TOML
Raw Normal View History

[package]
name = "rust-ffi"
version = "0.1.0"
edition = "2021"
authors = ["Enso Team <contact@enso.org>"]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
enso-parser = { path = "../../lib/rust/parser" }
enso-doc-parser = { path = "../../lib/rust/parser/doc-parser" }
wasm-bindgen = { workspace = true }
serde_json = { workspace = true }
console_error_panic_hook = { workspace = true }
[lints]
workspace = true