diff options
| author | Fuwn <[email protected]> | 2022-03-27 03:57:18 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 03:57:18 +0000 |
| commit | bb012b09bc74a1b37ae662c3fc6c50aec515e832 (patch) | |
| tree | eb6f290502de36c0fe43d6fcdc7a49c1f0ae16da /src/returnable.rs | |
| parent | feat(router): modules (diff) | |
| download | windmark-bb012b09bc74a1b37ae662c3fc6c50aec515e832.tar.xz windmark-bb012b09bc74a1b37ae662c3fc6c50aec515e832.zip | |
feat(router): async!
Diffstat (limited to 'src/returnable.rs')
| -rw-r--r-- | src/returnable.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/returnable.rs b/src/returnable.rs index 79a3d7a..8f4ee81 100644 --- a/src/returnable.rs +++ b/src/returnable.rs @@ -16,9 +16,8 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -use std::net::TcpStream; - use matchit::Params; +use tokio::net::TcpStream; use url::Url; pub struct RouteContext<'a> { |