1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-21 13:15:38 +02:00

Changes the router to use atoms internally (#341)

This commit is contained in:
Armin Ronacher
2018-06-22 09:33:32 +02:00
committed by GitHub
parent 765c38e7b9
commit dda6ee95df
4 changed files with 25 additions and 26 deletions

View File

@@ -114,6 +114,7 @@ extern crate net2;
extern crate parking_lot;
extern crate rand;
extern crate slab;
extern crate string_cache;
extern crate tokio;
extern crate tokio_io;
extern crate tokio_reactor;