mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
14 lines
332 B
TOML
14 lines
332 B
TOML
[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 = "*" }
|