rust/crates/text-edit/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
216 B
TOML
Raw Normal View History

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