Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 312 Bytes

Demo Alarmservice Rust

This project is the workspace root for alarmservice.

Subcrates

  • src/alarmservice-rs - Service Main
  • src/models-rs - Generated DTOs

Build (all)

cargo build --workspace

Docker

In ./docker/dev/:

docker compose up -d postgres