actix-remote-ip/Cargo.toml
Pierre Hubert bba7531e3f
All checks were successful
continuous-integration/drone/push Build is passing
Add base code
2023-04-29 10:29:35 +02:00

11 lines
238 B
TOML

[package]
name = "actix-remote-ip"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
actix-web = "4"
futures-util = "0.3.28"