[package] name = "ibis" version = "0.1.0" authors = ["Jana Lemke "] edition = "2018" [features] default = ["rofi-menu"] rofi-menu = ["rofi"] [dependencies] structopt = "0.3" serde = { version = "1.0", features = ["derive"]} toml = "0.5" glob = "0.3" anyhow = "1" chrono = {version = "0.4.19", features = ["serde"]} rofi = {version = "0.2", optional = true} lazy_static = "1.4.0" directories = "4.0.1" [lib] name = "ibis" path = "src/lib.rs" [[bin]] name = "ibis" path = "src/main.rs"