summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-08-20 00:28:14 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-08-20 00:28:14 +0800
commite74db2d3e62b53470e4089970998eb4e6334c8a2 (patch)
treeaba99e5cd5093463cddf2634419a89c0f19dc622 /Cargo.toml
parent8ea55312c79eed61f003779d7daa76cff45a1460 (diff)
Fix jss
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" }