blob: 4d4be053df4e542846b14aa5f6c27709e36173b2 (
plain)
1
2
3
4
5
6
7
8
9
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"
|