enso/app/gui2/rust-ffi/Cargo.toml
Adam Obuchowicz 608ff2da09
Loading suggestion db (#7940)
PR adds initialization of suggestion db from the language sever (instead of fetching some mock). Also support for applying updates.

---------

Co-authored-by: Paweł Grabarz <frizi09@gmail.com>
2023-10-02 15:15:22 +02:00

16 lines
398 B
TOML

[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 }