summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e10e8020858884b50a3d053b6483c9919bab468f (plain)
1
2
3
4
5
6
7
8
9
10
[workspace]
members = [
    "svgbob",
    "svgbob_cli",
]

[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" }