mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
14 lines
244 B
TOML
14 lines
244 B
TOML
[package]
|
|
name = "result"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
axum = "0.8"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1", features = ["macros", "rt"] }
|