Inital API - Heath Endpoint

This commit is contained in:
2024-02-24 17:41:55 -03:00
parent 9fef149d10
commit ef43c102aa
12 changed files with 1191 additions and 6 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "message-hideyoshi_com"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
uuid = "1.7.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_with = "3.6.1"
chrono = { version = "0.4.34", features = ["serde"] }