summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-05-26 02:39:38 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:50 +0300
commit865c9a6befcb644e5cb6455e85a805c551da9a74 (patch)
tree83d39a4b464d3bcc1c06babd426510cf07f0e5cc /Cargo.toml
parent6f7b3f20ded5a63c7615106415531f594acbf0d9 (diff)
add experimental gdb debug lib
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 a278c41a..552f8f2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,4 +21,4 @@ lto = true
debug = true
[workspace]
-members = ["melib", "ui"]
+members = ["melib", "ui", "debug_printer"]