refactor: rename bal-server-actix.rs to bal-server.rs

- Rename src/bin/bal-server-actix.rs -> src/bin/bal-server.rs
- Update Cargo.toml to point to new filename
- Update Dockerfile reference
- Update docs/08_security_audit.md references
This commit is contained in:
2026-07-17 10:31:56 -04:00
parent 5e1d0d7c54
commit 190cac929e
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ zmq = { version = "0.10.0" }
[[bin]]
name = "bal-server"
path = "src/bin/bal-server-actix.rs"
path = "src/bin/bal-server.rs"
[[bin]]
name = "bal-pusher"