summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-07-22 15:14:39 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-07-27 01:41:04 +0300
commitd84ceca88e1882a8db3c7630633a3f840f4593d6 (patch)
treee6a70be2491dd69ae6e6ff1c1c9496c4c2d5e61b /Cargo.toml
parentff37e97cbad1d95235ded0631973cc83cb2515fc (diff)
create text_processing crate
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 c572bec0..7060d7f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,4 @@ lto = true
debug = false
[workspace]
-members = ["melib", "ui", "debug_printer", "testing"]
+members = ["melib", "ui", "debug_printer", "testing", "text_processing"]