initial backend command stuff

This commit is contained in:
2025-12-27 15:01:34 -05:00
parent 8cfaf468e9
commit ac710d4e4f
14 changed files with 385 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["server", "examples/simple_producer"]
members = ["server", "examples/simple_producer", "examples/simple_command"]
resolver = "2"
[profile.dev.package.sqlx-macros]