summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-27 17:18:58 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-27 17:18:58 +0300
commit6302d9d61820279f11fdf8e358d68f2de51111d2 (patch)
tree7997f06ac9cf8b71ce1c45c8c84cac3d532a8520 /Cargo.toml
parenta37faf0beca87f611e9ae747bd3b3cd7e1049136 (diff)
Rename testing crate to tools, and add README
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3864d7f..f3187e20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ opt-level = "z"
debug = false
[workspace]
-members = ["melib", "testing", ]
+members = ["melib", "tools", ]
[features]
default = ["sqlite3", "notmuch", "regexp", "smtp"]