You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/testing/Cargo.toml

14 lines
249 B
TOML

[package]
name = "testing"
version = "0.0.1" #:version
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[[bin]]
name = "emailparse"
path = "src/email_parse.rs"
[dependencies]
melib = { path = "../melib", version = "*" }