aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
blob: 8e7b1a728785d5851c17822d2f73ed7bf770756c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
build = "build.rs"

[dependencies]
askama = { path = "../askama", version = "*" }
askama_derive = { path = "../askama_derive", version = "*" }

[build-dependencies]
askama = { path = "../askama", version = "*" }