Pierre Hubert
bba7531e3f
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
238 B
TOML
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" |