summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b9adb1b..e10e802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ members = [
"svgbob_cli",
]
-[path.crates-io]
-#sauron = { path = "../sauron" }
-#mt-dom = { path = "../mt-dom" }
+[patch.crates-io]
+mt-dom = { git = "https://github.com/ivanceras/mt-dom.git", branch = "master" }
+sauron = { git = "https://github.com/ivanceras/sauron.git", branch = "develop" }
+jss = { path = "../jss" }