aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-09-24 19:44:02 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-09-24 19:47:51 +0200
commit63b8e1b07e725384e4c8323af7f3e63600721a82 (patch)
tree93ce80db469cb66a89b7763fd9e89e092e756ad5 /Cargo.toml
initial
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..4d4be05
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "swhd"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+regex = "1.9.5"
+swayipc = "3.0.1"