summaryrefslogtreecommitdiff
path: root/src/bin/main.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-05 20:29:55 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-05 20:29:55 +0100
commitf5b104d0da1c414fb59878d7378add316ee14798 (patch)
tree56968591bd997aa78cb8690da318ee97a822f2a9 /src/bin/main.rs
parent72a9631b038d1a60e4e4a78e92cd69e6f8ce4316 (diff)
Rename crate `typst` -> `typstc` ✏
Diffstat (limited to 'src/bin/main.rs')
-rw-r--r--src/bin/main.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/main.rs b/src/bin/main.rs
index c8028c7f..f5e4a844 100644
--- a/src/bin/main.rs
+++ b/src/bin/main.rs
@@ -5,9 +5,9 @@ use std::io::{BufWriter, Read};
use std::path::{Path, PathBuf};
use std::process;
-use typst::export::pdf::PdfExporter;
-use typst::toddle::query::FileSystemFontProvider;
-use typst::Typesetter;
+use typstc::export::pdf::PdfExporter;
+use typstc::toddle::query::FileSystemFontProvider;
+use typstc::Typesetter;
fn main() {
if let Err(err) = run() {