diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index d00335c..d73c282 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -3,6 +3,10 @@ name = "weareclient" version = "0.1.0" edition = "2024" +[[bin]] +name = "weareplaying" +path = "src/main.rs" + [dependencies] anyhow = "1.0.95" audiopus = "0.2.0" |