[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"]} xcb = "0.9.0" xcb-util = {version = "0.3.0", features = ["ewmh", "icccm"]} fuzzy-matcher = "0.3.7" walkdir = "2.3.2" freedesktop_entry_parser = "1.2.0" mlua = { version = "0.6", features = ["lua54", "vendored"] }