roftl/Cargo.toml

33 lines
696 B
TOML
Raw Normal View History

2021-08-21 15:58:30 +00:00
[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]
2021-09-12 14:33:52 +00:00
log = "0.4"
2021-11-18 22:12:04 +00:00
env_logger = "0.9"
rayon = "1.5"
anyhow = "1.0"
config = "0.11"
serde = {version = "1.0", features = ["derive"]}
2021-10-03 21:07:19 +00:00
2021-11-18 22:12:04 +00:00
# ui
winit = {git="https://github.com/rust-windowing/winit"}
2021-11-18 22:12:04 +00:00
cairo-rs = {version = "0.14", features = ["xcb"]}
cairo-sys-rs = {version = "0.14", features = ["xcb"]}
pangocairo = "0.14"
xcb = "0.10"
xcb-util = {version = "0.4", features = ["ewmh", "icccm"]}
2021-11-18 22:12:04 +00:00
# matcher
fuzzy-matcher = "0.3"
fuse-rust = "0.3"
flx-rs = "0.1"
2021-11-18 22:12:04 +00:00
# sources
walkdir = "2.3"
freedesktop_entry_parser = "1.2"
nix = "0.23"