aboutsummaryrefslogtreecommitdiff
path: root/alsa/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alsa/Cargo.toml')
-rw-r--r--alsa/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/alsa/Cargo.toml b/alsa/Cargo.toml
new file mode 100644
index 0000000..c89855e
--- /dev/null
+++ b/alsa/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "swaystatus-alsa"
+version = "0.1.0"
+authors = ["Andreas Grois <andi@grois.info>"]
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'}
+serde = { version = "1.0", features = ["derive"] }
+erased-serde = "0.3"
+
+[lib]
+crate-type = ["cdylib"]