aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar msrd0 <msrd0@users.noreply.github.com>2020-11-02 17:11:53 +0100
committerLibravatar GitHub <noreply@github.com>2020-11-02 17:11:53 +0100
commitf23162a2080a3fb3fe2b8ba7eba4d61da5737dfe (patch)
tree691611a04b272594493862970c9aa327e6eb4df6 /testing/Cargo.toml
parentac7d9e8031b4df489a0d58dc3459bc931f1ff870 (diff)
downloadaskama-f23162a2080a3fb3fe2b8ba7eba4d61da5737dfe.tar.gz
askama-f23162a2080a3fb3fe2b8ba7eba4d61da5737dfe.tar.bz2
askama-f23162a2080a3fb3fe2b8ba7eba4d61da5737dfe.zip
Use `syn::Error::to_compile_error` and add trybuild ui test (#374)
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r--testing/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 64f9095..0fcee8c 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -15,6 +15,7 @@ serde_json = { version = "1.0", optional = true }
[dev-dependencies]
criterion = "0.3"
+trybuild = "1.0"
[[bench]]
name = "all"