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

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

features = [
    "comp",
    "parser"
]