From 63b8e1b07e725384e4c8323af7f3e63600721a82 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sun, 24 Sep 2023 19:44:02 +0200 Subject: initial Signed-off-by: Anna (navi) Figueiredo Gomes --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3