Cargo.toml (555B)
1 [package] 2 name = "launchpad_sway_controler" 3 version = "0.1.0" 4 authors = ["MTRNord <mtrnord1@gmail.com>"] 5 edition = "2018" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 midir = "0.7" 11 swayipc-async = "2.0.0-alpha.1" 12 tokio = { version = "0.2", features = ["full"] } #TODO Update blocked by thirtyfour 13 futures-util = "0.3.7" 14 color-eyre = "0.5" 15 alsa = "0.4.3" 16 tracing = "0.1" 17 tracing-subscriber = "0.2" 18 thirtyfour = "0.21" 19 once_cell = "1.4.1" 20 notify-rust = "4" 21 users = "0.11.0" 22 dbus = "0.9.0"