feat: add rust service

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-17 02:16:11 +02:00
commit 2f12485ac2
6 changed files with 1033 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "service"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true