dsx/dsx_server repo system first implementation

This commit is contained in:
2026-02-25 14:52:04 +00:00
parent ba4ced6433
commit 0d54b319f1
28 changed files with 1196 additions and 378 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ on_success = "back" # so that we don't open the browser at each change
# if it makes sense for this crate.
[jobs.run]
command = [
"cargo", "run", "--bin", "dsx_server"
"cargo", "run", "--bin", "dsx-server"
# put launch parameters for your program behind a `--` separator
]
need_stdout = true