import memory sub-crate

This commit is contained in:
Pat Hickey
2020-01-17 15:41:19 -08:00
parent 065a60831a
commit 0d47556cf7
5 changed files with 202 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
generate = { path = "crates/generate" }
memory = { path = "crates/memory" }
[workspace]
members = ["crates/generate"]