Re-add src folder in main 📦

This commit is contained in:
Laurenz 2020-09-30 21:23:48 +02:00
parent 01405902ba
commit 38607b8bea
2 changed files with 1 additions and 5 deletions

View File

@ -6,9 +6,5 @@ edition = "2018"
[dependencies]
typstc = { path = ".." }
fontdock = { path = "../../fontdock", features = ["fs"] }
fontdock = { path = "../../fontdock" }
futures-executor = "0.3"
[[bin]]
name = "typstc-main"
path = "main.rs"