Add libservice

This commit is contained in:
2025-11-01 21:39:15 -07:00
parent 75820f97fc
commit 47f6296896
2 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "libservice"
version = { workspace = true }
rust-version = { workspace = true }
edition = { workspace = true }
[lints]
workspace = true
[dependencies]
axum = { workspace = true }
tracing = { workspace = true }
tower-http = { workspace = true }
utoipa = { workspace = true }
utoipa-swagger-ui = { workspace = true }