mirror of
https://github.com/icewind1991/warp-real-ip.git
synced 2026-06-03 18:54:06 +02:00
meta
This commit is contained in:
parent
14b44fb00c
commit
14e7393db6
1 changed files with 4 additions and 0 deletions
|
|
@ -1,10 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "warp-real-ip"
|
name = "warp-real-ip"
|
||||||
|
description = "Warp filter to get the \"real ip\" of the remote client"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
keywords = ["warp"]
|
keywords = ["warp"]
|
||||||
categories = ["web-programming::http-server"]
|
categories = ["web-programming::http-server"]
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
repository = "https://github.com/icewind1991/warp-real-ip"
|
||||||
|
documentation = "https://docs.rs/warp-real-ip"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
warp = { version = "0.2" }
|
warp = { version = "0.2" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue