mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 23:10:54 +00:00

This is the same as in e.g. `serde` with the feature of the same name. If you manually depend on `rinja_derive`, then you can make better use of your multi-core setup.
13 lines
291 B
TOML
13 lines
291 B
TOML
[package]
|
|
name = "rinja_testing-no-std"
|
|
version = "0.3.5"
|
|
authors = ["rinja-rs developers"]
|
|
edition = "2021"
|
|
rust-version = "1.81"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
rinja = { path = "../rinja", version = "0.3.5", default-features = false, features = ["derive"] }
|
|
|
|
assert_matches = "1.5.0"
|