build: scaffold axum api server entry
This commit is contained in:
9
server-rs/apps/api-server/Cargo.toml
Normal file
9
server-rs/apps/api-server/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "api-server"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
|
||||
Reference in New Issue
Block a user