rust/crates/text_edit/Cargo.toml
2020-08-24 13:07:22 +02:00

14 lines
212 B
TOML

[package]
name = "text_edit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[lib]
doctest = false
[dependencies]
text-size = "1.0.0"