Skip to content

Commit 04ef7c0

Browse files
authored
Merge pull request #4 from malted/cv
Add CV typst compilation
2 parents 4a2e727 + f45d4d7 commit 04ef7c0

43 files changed

Lines changed: 3027 additions & 379 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ openssl = { version = "0.10.61", features = ["vendored"] }
1616
p256 = { version = "0.13.2", features = ["ecdsa-core", "pem"] }
1717
parking_lot = "0.12.1"
1818
rand = "0.8.5"
19-
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
19+
reqwest = { version = "0.11.27", features = ["blocking", "json"] }
2020
rocket = { version = "0.5.0", features = ["json"] }
2121
serde = { version = "1.0.193", features = ["derive"] }
2222
serde_json = "1.0.113"
2323
thousands = "0.2.0"
2424
tokio = { version = "1.40.0", features = ["full"] }
25+
typst = "0.13.1"
26+
typst-as-lib = { version = "0.14.4", features = ["packages", "ureq"] }
27+
typst-pdf = "0.13.1"
2528
urlencoding = "2.1.3"

include/fonts/.DS_Store

6 KB
Binary file not shown.
197 KB
Binary file not shown.
133 KB
Binary file not shown.
139 KB
Binary file not shown.
131 KB
Binary file not shown.
139 KB
Binary file not shown.
139 KB
Binary file not shown.
130 KB
Binary file not shown.

0 commit comments

Comments
 (0)