sway-launchpad

A small rust script to switch sway workspaces using a Launchpad S
git clone git://archive.git.mtrnord.blog/MTRNord/sway-launchpad.git
Log | Files | Refs | LICENSE

Cargo.toml (360B)


      1 [package]
      2 name = "launchpad_sway_controler_macros"
      3 version = "0.1.0"
      4 authors = ["MTRNord <mtrnord1@gmail.com>"]
      5 edition = "2018"
      6 
      7 [lib]
      8 proc-macro = true
      9 
     10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     11 
     12 [dependencies]
     13 syn = {version = "1.0", features = ["full"]}
     14 quote = "1.0"
     15 proc-macro2 = "1.0"
     16 nom = "6.0.1"