meli/text_processing/Cargo.toml

11 lines
210 B
TOML
Raw Permalink Normal View History

2019-07-22 15:14:39 +03:00
[package]
name = "text_processing"
2019-09-28 12:25:44 +03:00
version = "0.3.2"
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"