diff options
Diffstat (limited to 'examples/example-basic/Cargo.toml')
| -rw-r--r-- | examples/example-basic/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-basic/Cargo.toml b/examples/example-basic/Cargo.toml index eb10e2a..aeb1f6f 100644 --- a/examples/example-basic/Cargo.toml +++ b/examples/example-basic/Cargo.toml @@ -4,6 +4,6 @@ version.workspace = true edition = "2024" [dependencies] -mingling.workspace = true +mingling = { path = "../../mingling" } tokio.workspace = true serde.workspace = true |
