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-02-13 11:55:14 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
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-16 20:27:35 +00:00
|
|
|
itertools.workspace = true
|
2023-06-05 09:04:23 +00:00
|
|
|
text-size.workspace = true
|
2024-01-03 09:35:07 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|