Skip to content

Commit f3c8e1d

Browse files
committed
reorganize code and improve typify generated code
1 parent 5b7c74e commit f3c8e1d

File tree

24 files changed

+1947
-2744
lines changed

24 files changed

+1947
-2744
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde = { version = "1", features = ["derive"] }
2525
serde_json = "1"
2626
insta = "1"
2727
tyx-schema = { path = "crates/tyx-schema", version = "0.1.0" }
28+
tyx-version = { path = "crates/tyx-version", version = "0.1.0" }
2829
tyx-converters = { path = "crates/tyx-converters", version = "0.1.0" }
2930
tyx-to-typst = { path = "crates/tyx-to-typst", version = "0.1.0" }
3031
typst-to-tyx = { path = "crates/typst-to-tyx", version = "0.1.0" }

crates/typst-to-tyx/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tinymist-project = { workspace = true, features = ["lsp"] }
1616
typlite.workspace = true
1717
typst.workspace = true
1818
tyx-schema.workspace = true
19+
tyx-version.workspace = true
1920

2021
[build-dependencies]
2122
serde.workspace = true

0 commit comments

Comments
 (0)