diff options
Diffstat (limited to 'examples/example-basic/Cargo.toml')
| -rw-r--r-- | examples/example-basic/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-basic/Cargo.toml b/examples/example-basic/Cargo.toml index 64958b1..49870d7 100644 --- a/examples/example-basic/Cargo.toml +++ b/examples/example-basic/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "example-basic" -version.workspace = true +version = "0.0.1" edition = "2024" [dependencies] mingling = { path = "../../mingling" } -tokio.workspace = true +tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } |
