Files
2026-01-09 20:31:53 +00:00

19 lines
402 B
TOML

[package]
name = "amnet-server-test"
edition = "2024"
version.workspace = true
authors.workspace = true
description = "AMNet Server Test Application"
[[bin]]
name = "amnet-server-test"
path = "src/main.rs"
[dependencies]
amnet = { path = "../amnet-server" }
axum = "0.8.8"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "time"] }
tracing = "0.1"
tracing-subscriber = "0.3"