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

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