1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 17:46:38 +02:00

proper serde deserializer implementation for path

This commit is contained in:
Nikolay Kim
2018-03-29 14:30:45 -07:00
parent 86dd732704
commit 3cf54bc0fd
2 changed files with 291 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ extern crate language_tags;
extern crate rand;
extern crate url;
extern crate libc;
extern crate serde;
#[macro_use] extern crate serde;
extern crate serde_json;
extern crate serde_urlencoded;
extern crate flate2;