feat: build locally on dev machine

- clone from `server-m2`

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-07-06 15:11:45 +07:00
parent 4709c3b2b7
commit cb98b9786e
7 changed files with 145 additions and 33 deletions

View file

@ -29,3 +29,4 @@ tokio-util = { version = "0.7.18", features = ["io"] }
uuid = { version = "1.20.0", features = ["v4"] }
tokio-postgres = "0.7.17"
chrono = "0.4.45"
openssl-sys = { version = "0.9.117", features = ["vendored"] }