aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r--testing/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
new file mode 100644
index 0000000..8e7c0f3
--- /dev/null
+++ b/testing/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "askama_testing"
+version = "0.1.0"
+authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
+workspace = ".."
+
+[dependencies]
+askama = { path = "../askama" }
+askama_derive = { path = "../askama_derive" }