diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-26 13:46:42 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-26 15:37:21 +0200 |
| commit | 3680c854a21db665d64cdb8f31aa0f9a1af16ceb (patch) | |
| tree | 39dfa33059293251f1e2890f9b3d0e3dc178ed03 /docs/Cargo.toml | |
| parent | 59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff) | |
Touch up docs
Diffstat (limited to 'docs/Cargo.toml')
| -rw-r--r-- | docs/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml index 77d0b375..e2f06e04 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -12,14 +12,14 @@ bench = false [dependencies] typst = { path = ".." } typst-library = { path = "../library" } -unscanny = "0.1" +comemo = "0.2.2" +heck = "0.4" include_dir = "0.7" +once_cell = "1" pulldown-cmark = "0.9" -comemo = "0.2.2" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" -heck = "0.4" -yaml-front-matter = "0.1" unicode_names2 = "0.6.0" -once_cell = "1" +unscanny = "0.1" ureq = { version = "2.6", features = ["json"] } +yaml-front-matter = "0.1" |
