aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-structural-renderer/Cargo.toml
blob: 6ae8fceaa4528da2c5ccb5bd9ff335c94aa4606a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "test-structural-renderer"
version = "0.1.0"
edition = "2024"
publish = false

[workspace]

[dependencies]
mingling = { path = "../../../mingling", features = ["structural_renderer_full", "parser"] }
serde = { version = "1", features = ["derive"] }