diff options
| author | Fuwn <[email protected]> | 2023-05-05 00:31:39 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-05 00:31:39 +0000 |
| commit | 230dd1877f906708dc487bf5c4d87a8769b680fb (patch) | |
| tree | 2ffe4537cf9e5c991e702e2528f56bdd4a5a16ac /README.md | |
| parent | docs(readme): rossweisse info (diff) | |
| download | windmark-230dd1877f906708dc487bf5c4d87a8769b680fb.tar.xz windmark-230dd1877f906708dc487bf5c4d87a8769b680fb.zip | |
refactor: simplify imports
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,8 +40,6 @@ tokio = { version = "1.26.0", features = ["full"] } ```rust // src/main.rs -use windmark::Response; - #[windmark::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { windmark::Router::new() |