From ebfdb1dafa430786db10dad2ef7d5467c1bdbed1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 2 Jul 2023 19:59:52 +0200 Subject: Move everything into `crates/` directory --- docs/Cargo.toml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/Cargo.toml (limited to 'docs/Cargo.toml') diff --git a/docs/Cargo.toml b/docs/Cargo.toml deleted file mode 100644 index b6015d01..00000000 --- a/docs/Cargo.toml +++ /dev/null @@ -1,27 +0,0 @@ -[package] -name = "typst-docs" -version.workspace = true -rust-version.workspace = true -authors.workspace = true -edition.workspace = true -publish = false - -[lib] -doctest = false -bench = false - -[dependencies] -typst = { path = ".." } -typst-library = { path = "../library" } -comemo = "0.3" -heck = "0.4" -include_dir = "0.7" -once_cell = "1" -pulldown-cmark = "0.9" -serde = { version = "1", features = ["derive"] } -serde_yaml = "0.8" -syntect = { version = "5", default-features = false, features = ["parsing", "html", "regex-fancy"] } -typed-arena = "2" -unicode_names2 = "0.6.0" -unscanny = "0.1" -yaml-front-matter = "0.1" -- cgit v1.2.3