From a71a2057f286677b5bf2e064fea05024aeca0dd2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 29 Aug 2023 17:35:35 +0200 Subject: More type safety for spans --- tests/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Cargo.toml') diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 46ada9b1..960583eb 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -10,6 +10,7 @@ publish = false typst = { path = "../crates/typst" } typst-library = { path = "../crates/typst-library" } comemo = "0.3" +ecow = { version = "0.1.1", features = ["serde"] } iai = { git = "https://github.com/reknih/iai" } once_cell = "1" oxipng = { version = "8.0.0", default-features = false, features = ["filetime", "parallel", "zopfli"] } -- cgit v1.2.3