mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 06:53:27 +02:00
Added configurable user agents that get served the text version by default
This commit is contained in:
@ -7,7 +7,7 @@ authors = ["Slatian <baschdel@disroot.org>"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.6", features = ["macros"] }
|
||||
axum = { version = "0.6", features = ["macros", "headers"] }
|
||||
axum-client-ip = "0.4"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
Reference in New Issue
Block a user