use workspaces to reduce dependencies (#7)

* use workspaces to reduce dependencies

* bump version
This commit is contained in:
Hubert
2022-06-26 12:13:12 +02:00
committed by GitHub
parent 08df76357c
commit 25ca3f4be6
6 changed files with 40 additions and 21 deletions
+1 -3
View File
@@ -32,8 +32,6 @@ wol.send_magic_to(src, dst);
## Included binary
The binary `bin/wake` may be directly used in scripts:
```
wake -m 00:11:22:33:44:55
cargo run --bin wakey-wake -m 00:11:22:33:44:55
```