rust/crates/text-edit/Cargo.toml

15 lines
216 B
TOML
Raw Normal View History

[package]
2022-04-29 14:29:24 +00:00
name = "text-edit"
2020-08-12 14:58:56 +00:00
version = "0.0.0"
description = "TBD"
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-12-15 20:49:48 +00:00
rust-version = "1.57"
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
[dependencies]
2022-03-22 16:36:41 +00:00
itertools = "0.10.3"
text-size = "1.1.0"