blob: 00fc2a1b70c78eb68dab709afec43af5f318fbb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "example-pathfinder"
version = "0.1.0"
edition = "2024"
[dependencies.mingling]
path = "../../mingling"
features = [
# Enable `pathf` features
"pathf",
]
[workspace]
|