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

[dependencies]
mingling = { path = "../../mingling" }

[workspace]