This commit is contained in:
Robin Appelman 2020-12-03 16:37:06 +01:00
commit 14e7393db6

View file

@ -1,10 +1,14 @@
[package]
name = "warp-real-ip"
description = "Warp filter to get the \"real ip\" of the remote client"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
keywords = ["warp"]
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]
warp = { version = "0.2" }