mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
phf should be a dev dependency
The `phf` crate is used in a benchmark for testing identifier normalization but not in the library itself. This moves it to be a dev dependency.
This commit is contained in:
parent
0e971b55c2
commit
39e3c951f4
@ -13,12 +13,12 @@ serde_json = ["dep:serde_json", "rinja/serde_json"]
|
||||
|
||||
[dependencies]
|
||||
rinja = { path = "../rinja", version = "0.2.0" }
|
||||
phf = { version = "0.11", features = ["macros" ]}
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rinja = { path = "../rinja", version = "0.2.0", features = ["serde_json"] }
|
||||
criterion = "0.5"
|
||||
phf = { version = "0.11", features = ["macros" ]}
|
||||
trybuild = "1.0.76"
|
||||
|
||||
[[bench]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user