summaryrefslogtreecommitdiffstats
path: root/text_processing/Cargo.toml
blob: a0efc037e5a8ac27614724e0981e1ceadff8bf7d (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "text_processing"
version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
build = "build.rs"

[dependencies]
unicode-segmentation = "1.2.1"