File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "redirectionio"
33description = " Redirection IO Library to handle matching rule, redirect and filtering headers and body."
44repository = " https://github.com/redirectionio/libredirectionio"
55license = " MIT"
6- version = " 0.1 .0"
7- authors = [" Joel Wurtz <jwurtz@jolicode.com >" ]
6+ version = " 2.4 .0"
7+ authors = [" Joel Wurtz <jwurtz@redirection.io >" ]
88edition = " 2018"
99build = " src/build.rs"
1010
@@ -61,6 +61,3 @@ version = "0.3"
6161features = [
6262 " console" ,
6363]
64-
65- [package .metadata .wasm-pack .profile .release ]
66- wasm-opt = false
Original file line number Diff line number Diff line change 1+ /*!
2+ This crate provides a library for matching, handling and logging http requests with reidrectionio
3+ rule format.
4+ */
5+
16#[ macro_use]
27extern crate lazy_static;
38#[ macro_use]
You can’t perform that action at this time.
0 commit comments