2018-12-10 22:09:12 +01:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "text-edit"
|
2020-08-12 16:58:56 +02:00
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2023-02-13 13:55:14 +02:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2018-12-10 22:09:12 +01:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-12-10 22:09:12 +01:00
|
|
|
[dependencies]
|
2022-10-18 09:12:49 +03:00
|
|
|
itertools = "0.10.5"
|
2023-06-05 12:04:23 +03:00
|
|
|
text-size.workspace = true
|