diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-12 17:54:43 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-12 17:54:43 +0100 |
commit | dc8304afefa71037bea99722bee29f7645753836 (patch) | |
tree | 4fd2b70d6faec18573bd590442b443b7d7a53c1a /client/Cargo.toml | |
parent | 3ed621256f1e02032250477fa574eab38bd34976 (diff) | |
download | weareserver-dc8304afefa71037bea99722bee29f7645753836.tar weareserver-dc8304afefa71037bea99722bee29f7645753836.tar.bz2 weareserver-dc8304afefa71037bea99722bee29f7645753836.tar.zst |
rename crates and binaries
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" |