mirror of
https://github.com/icewind1991/warp-real-ip.git
synced 2026-06-03 10:44:07 +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]
|
||||
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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue