mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Link to latest binaries Generated with `make -f scripts/Makefile`. Just need a rubber-stamp, changes should be GTG
18 lines
423 B
TOML
18 lines
423 B
TOML
[package]
|
|
name = "http-test-server"
|
|
# mark:automatic-version
|
|
version = "1.0.4"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
axum = { version = "0.7.5", features = ["http1", "tokio"] }
|
|
tokio = { version = "1.36.0", features = ["net"] }
|
|
serde = {version = "1", features = ["derive"]}
|
|
futures = "0.3"
|
|
|
|
[lints]
|
|
workspace = true
|