enso/app/rust-ffi/Cargo.toml
Paweł Grabarz b286adaae4
Split ydoc server into separate module (#10735)
# Important Notes
The command to run the gui dev environment has been changed. Invoking the old command will print a message about that.
From now on, use `pnpm dev:gui2` in repository root.
2024-08-08 12:12:05 +00:00

19 lines
418 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 }
[lints]
workspace = true