summaryrefslogtreecommitdiff
path: root/main/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'main/Cargo.toml')
-rw-r--r--main/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/Cargo.toml b/main/Cargo.toml
deleted file mode 100644
index 65e61cfd..00000000
--- a/main/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "typstc-main"
-version = "0.1.0"
-authors = ["The Typst Project Developers"]
-edition = "2018"
-
-[dependencies]
-typstc = { path = ".." }
-fontdock = { path = "../../fontdock" }
-futures-executor = "0.3"