File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ typst-svg = "0.13.1"
1818
1919serde_json = " 1"
2020
21- reflexo-typst = { git = " https://github.com/Myriad-Dreamin/typst.ts" , rev = " 5cdaded77bfd667818d1b8e95f29e3dd5e493089 " , default-features = false }
21+ reflexo-typst = { git = " https://github.com/Myriad-Dreamin/typst.ts" , rev = " 3a08a0e66e9d2523e5497c77277d2da76da8ccf2 " , default-features = false }
2222
2323[profile .release ]
2424# to satisfy stubber
@@ -38,6 +38,12 @@ typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "typst.
3838# typst-ts-core = { path = "../../rust/typst.ts/core" }
3939# typst-ts-compiler = { path = "../../rust/typst.ts/compiler" }
4040
41+ typst-shim = { git = " https://github.com/Myriad-Dreamin/tinymist" , rev = " 2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
42+ tinymist-std = { git = " https://github.com/Myriad-Dreamin/tinymist" , rev = " 2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
43+ tinymist-task = { git = " https://github.com/Myriad-Dreamin/tinymist" , rev = " 2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
44+ tinymist-world = { git = " https://github.com/Myriad-Dreamin/tinymist" , rev = " 2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
45+ tinymist-project = { git = " https://github.com/Myriad-Dreamin/tinymist" , rev = " 2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
46+
4147[workspace .lints .rust ]
4248missing_docs = " warn"
4349
You can’t perform that action at this time.
0 commit comments