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

[dependencies]
unicode-segmentation = "1.2.1"