[package] name = "quick-links-rofi" version = "0.1.0" edition = "2021" authors = ["Yago Iglesias Vazquez "] description = "A rust program to launch a rofi menu with a bunch of links" license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/Yag000/quick-links-rofi" repository = "https://github.com/Yag000/quick-links-rofi" documentation = "https://github.com/Yag000/quick-links-rofi" keywords = ["Rofi"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.79" clap = "4.5.0" clap_derive = "4.5.0" home = "0.5.9" serde = { version = "1.0.196", features = ["derive"] } serde_derive = "1.0.196" serde_yaml = "0.9.31"