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