summaryrefslogtreecommitdiff
path: root/main/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-12 21:26:58 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-12 21:26:58 +0200
commitdd4a4545a6b72e48cde5d2483fac5e4e76f6047f (patch)
treed31c99d4b4322be773cbf100acc3d7c2600ebe8c /main/Cargo.toml
parent1a70cb6a330990dc0ab373905d12458ef87afbad (diff)
Move main back into src/ 📨
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"