mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-11-10 00:27:21 +01:00
16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "rust-web-thingy"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
axum = "0.6"
|
|
rand = "0.8"
|
|
serde = { version = "1", features = ["derive"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tera = "1"
|
|
trust-dns-resolver = "0.22"
|
|
maxminddb = "0.17"
|