[package] name = "example-combine-pathf-metadata" version = "0.1.0" edition = "2024" [dependencies.mingling] path = "../../mingling" features = [ # `extras` is required by the implicit `dispatcher!("hello")` form "extras", # `pathf` resolves types across modules at build time "pathf", ] [build-dependencies.mingling] path = "../../mingling" features = [ # Enable the `build` feature for build-time support "build", # `pathf` must also be enabled in build-dependencies "pathf", ] [workspace]