mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-31 23:01:57 -04:00
Initial
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user