summaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
blob: 4a8e5184afee9d355851ffe709b3557051f5cee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "testing"
version = "0.0.1"  #:version
authors = []
workspace = ".."

[[bin]]
name = "emailparse"
path = "src/email_parse.rs"


[dependencies]
melib = { path = "../melib", version = "*" }