diff options
Diffstat (limited to 'examples/example-setup/Cargo.toml')
| -rw-r--r-- | examples/example-setup/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-setup/Cargo.toml b/examples/example-setup/Cargo.toml index 12364aa..a340c91 100644 --- a/examples/example-setup/Cargo.toml +++ b/examples/example-setup/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] -mingling = { path = "../../mingling" } +mingling = { path = "../../mingling", features = ["extra_macros"] } |
