cargo meta

This commit is contained in:
Robin Appelman 2024-11-29 20:06:03 +01:00
commit 04e964f81c

View file

@ -5,6 +5,7 @@ edition = "2021"
repository = "https://github.com/icewind1991/real-ip" repository = "https://github.com/icewind1991/real-ip"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
rust-version = "1.60.0" rust-version = "1.60.0"
description = "Get the \"real ip\" of an incoming request using the \"forwarded\", \"x-forwarded-for\" or \"x-real-ip\" headers set by reverse proxies."
[dependencies] [dependencies]
http = "1.1.0" http = "1.1.0"