diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-19 00:31:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-19 00:31:05 +0800 |
| commit | 532f4ceba2bddb1c84d2e0bdd69808a3ebd5ca4a (patch) | |
| tree | 043514a2aca670d8b2398726b17aab1066938ba1 /examples/example-basic/Cargo.toml | |
| parent | ecc1329bbd31cd98fa9b4c2f25a3114f133987ae (diff) | |
Make async an optional feature
Diffstat (limited to 'examples/example-basic/Cargo.toml')
| -rw-r--r-- | examples/example-basic/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example-basic/Cargo.toml b/examples/example-basic/Cargo.toml index 49870d7..48c281a 100644 --- a/examples/example-basic/Cargo.toml +++ b/examples/example-basic/Cargo.toml @@ -5,4 +5,3 @@ edition = "2024" [dependencies] mingling = { path = "../../mingling" } -tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } |
