[package] name = "roftl" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" env_logger = "0.9.0" rayon = "1.5.1" winit = {git="https://github.com/rust-windowing/winit"} cairo-rs = {version = "0.14.0", features = ["xcb"]} cairo-sys-rs = {version = "0.14.0", features = ["xcb"]} pangocairo = "0.14.0" xcb = "0.9.0" xcb-util = {version = "0.3.0", features = ["ewmh", "icccm"]} fuzzy-matcher = "0.3.7" fuse-rust = "0.3.0" flx-rs = "0.1.3" walkdir = "2.3.2" freedesktop_entry_parser = "1.2.0" nix = "0.23.0" anyhow = "1.0.44"