aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
blob: 8e7c0f33619696cde3b1e9871e1c4aa7f3ae954d (plain) (blame)
1
2
3
4
5
6
7
8
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" }