]> git.lizzy.rs Git - rust.git/blob - crates/text_edit/Cargo.toml
Add some comments about why never!() never happens
[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 = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 itertools = "0.10.3"
14 text-size = "1.1.0"