14 lines
281 B
TOML
14 lines
281 B
TOML
[package]
|
|
name = "textutils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
icu_segmenter = "1.5.0"
|
|
itertools = "0.13.0"
|
|
lazy_static = "1.5.0"
|
|
linkify = "0.10.0"
|
|
regex = "1.10.5"
|