meli/text_processing/Cargo.toml

11 lines
210 B
TOML
Raw Normal View History

2019-07-22 15:14:39 +03:00
[package]
name = "text_processing"
2019-12-08 11:36:38 +02:00
version = "0.4.1"
2019-07-22 15:14:39 +03:00
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
build = "build.rs"
2019-07-22 15:14:39 +03:00
[dependencies]
unicode-segmentation = "1.2.1"