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

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

features = ["parser", "extra_macros"]

[workspace]