aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources/Cargo.toml
blob: ca783f37ca11234339fc6a791ad2ec058b087700 (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "example-resources"
version = "0.0.1"
edition = "2024"

[dependencies]
mingling = { path = "../../mingling", features = ["parser"] }