mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 08:41:40 +03:00
15 lines
280 B
TOML
15 lines
280 B
TOML
[package]
|
|
name = "enso-text"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
enso-prelude = { path = "../prelude" }
|
|
enso-types = { path = "../types" }
|
|
xi-rope = { version = "0.3.0" }
|
|
serde = "1"
|