[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" rayon = "1.5" anyhow = "1.0" config = "0.13" serde = {version = "1.0", features = ["derive"]} # ui winit = {git="https://github.com/rust-windowing/winit"} cairo-rs = {version = "0.15", features = ["xcb"]} cairo-sys-rs = {version = "0.15", features = ["xcb"]} pangocairo = "0.15" xcb = "0.10" xcb-util = {version = "0.4", features = ["ewmh", "icccm"]} # matcher fuzzy-matcher = "0.3" fuse-rust = "0.3" flx-rs = "0.1" # sources walkdir = "2.3" freedesktop_entry_parser = "1.2" nix = "0.23"