2018-12-10 21:09:12 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "text-edit"
|
2020-08-12 14:58:56 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
2018-12-10 21:09:12 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-12-10 21:09:12 +00:00
|
|
|
[dependencies]
|
2023-11-15 10:53:56 +00:00
|
|
|
itertools.workspace = true
|
2023-05-04 06:52:58 +00:00
|
|
|
text-size.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|