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

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

[workspace]