Update Cargo.toml

This commit is contained in:
2025-02-09 23:29:45 +03:00
parent c98bc997c3
commit 529d73aa83
+8
View File
@@ -2,6 +2,14 @@
name = "pwsp" name = "pwsp"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["arabian"]
description = "A simple soundpad application written in Rust using egui for the GUI, pipewire for audio input/output, and rodio for audio decoding."
readme = "README.md"
homepage = "https://github.com/arabianq/pipewire-soundpad"
repository = "https://github.com/arabianq/pipewire-soundpad"
license = "MIT"
keywords = ["soundpad", "pipewire"]
[dependencies] [dependencies]
egui = "0.31.0" egui = "0.31.0"