mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 19:11:32 +03:00
608ff2da09
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>
16 lines
398 B
TOML
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 }
|