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

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

[workspace]