Cargo.toml: drop ffmpeg from package description

ffmpeg was removed from the Wayland path on 2026-05-16 (commit 7b8b6bc).
The description was stale.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 16:07:48 -04:00
parent 8619df10d5
commit 3aa8d73ea0
+1 -1
View File
@@ -2,7 +2,7 @@
name = "pixelpass" name = "pixelpass"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
description = "P2P screen sharing CLI over iroh + ffmpeg" description = "P2P screen sharing CLI over iroh"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
publish = false publish = false