]> git.lizzy.rs Git - rust.git/blob - crates/text_edit/Cargo.toml
Do not drop `..Default::default()` completion when typing `..`
[rust.git] / crates / text_edit / Cargo.toml
1 [package]
2 name = "text_edit"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2018"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 text-size = "1.0.0"