mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
19 lines
402 B
TOML
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"
|