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