enso/lib/rust/text/Cargo.toml

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

15 lines
280 B
TOML
Raw Normal View History

[package]
name = "enso-text"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
2021-12-01 18:06:57 +03:00
edition = "2021"
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
2022-05-23 05:16:04 +03:00
enso-prelude = { path = "../prelude" }
enso-types = { path = "../types" }
xi-rope = { version = "0.3.0" }
2022-08-27 01:25:34 +03:00
serde = "1"