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

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