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

[dependencies]
unicode-segmentation = "1.2.1"