aboutsummaryrefslogtreecommitdiff
path: root/swaystatus-plugin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'swaystatus-plugin/Cargo.toml')
-rw-r--r--swaystatus-plugin/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/swaystatus-plugin/Cargo.toml b/swaystatus-plugin/Cargo.toml
new file mode 100644
index 0000000..c521baa
--- /dev/null
+++ b/swaystatus-plugin/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "swaystatus-plugin"
+version = "0.1.0"
+authors = ["Andreas Grois <andi@grois.info>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+erased-serde = "0.3"
+
+[build-dependencies]
+rustc_version = "0.2.3"