aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources/Cargo.toml
blob: 72a530eb4cc6be76e96dc4d5b80e946258dfa392 (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 = ["picker"]

[workspace]