mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-01 15:40:27 +00:00
5b679be782
Not conforming to the unicode standard yet
19 lines
384 B
TOML
19 lines
384 B
TOML
[package]
|
|
name = "testing"
|
|
version = "0.0.1" #:version
|
|
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "emailparse"
|
|
path = "src/email_parse.rs"
|
|
[[bin]]
|
|
name = "linebreak"
|
|
path = "src/linebreak.rs"
|
|
|
|
|
|
[dependencies]
|
|
melib = { path = "../melib", version = "*" }
|
|
text_processing = { path = "../text_processing", version = "*" }
|