refactor: rename binaries to helios-remote-{client,relay,cli}

This commit is contained in:
Helios Agent 2026-03-06 11:53:00 +01:00
parent 924be0540e
commit 835d20f734
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
5 changed files with 91 additions and 17 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "helios-cli"
name = "helios-remote-cli"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "remote"
name = "helios-remote-cli"
path = "src/main.rs"
[dependencies]