diff options
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" |
