aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
blob: 17526379b538a5422615375436988235f5e63630 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "askama_derive"
version = "0.12.0"
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."
readme = "README.md"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
askama_shared = { version = "0.13.0", path = "../askama_shared", default-features = false }