summaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 15:38:25 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:51 +0300
commit8a070873932c957619f7ead2acad2afd5efffb1f (patch)
treefa46abae70fbf51d891590467b59fed886cf6ec9 /testing/Cargo.toml
parentd772d10d6632018f884595d85cacc37ba94caede (diff)
add testing crate with emailparse bin
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r--testing/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
new file mode 100644
index 00000000..4a8e5184
--- /dev/null
+++ b/testing/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "testing"
+version = "0.0.1" #:version
+authors = []
+workspace = ".."
+
+[[bin]]
+name = "emailparse"
+path = "src/email_parse.rs"
+
+
+[dependencies]
+melib = { path = "../melib", version = "*" }