aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-08-23 14:46:27 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-08-23 14:46:27 +0200
commit4d389ad4e6223ba56ec739fca55ad2e170a06a2b (patch)
treec4c2a90cb3a52cd7822706ddeb1d2be8620c44db /Cargo.toml
parent9f00deb9fcb35f43c2511a0ea562eed33271c723 (diff)
Adding ingredient/combine separationHEADdevelop
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6253e7..e756beb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,7 @@
[workspace]
members = [
+ # Utility libraries
"rif",
+
"cookbook-render",
] \ No newline at end of file