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

[dependencies.mingling]
path = "../../mingling"
features = ["parser"]

[workspace]