Cargo.toml raw

[package]
name = "liftoff"
version = "0.2.0"
edition = "2024"
authors = ["Daniel Arbuckle <djarb@highenergymagic.org>"]
description = "A classically Unix-ish Wayland launcher: run programs from $PATH with on-the-fly prefix completion."
readme = "README.md"
repository = "https://git.highenergymagic.org/liftoff"
license = "Unlicense"
keywords = ["launcher", "wayland", "layer-shell", "dmenu", "path"]
categories = ["command-line-utilities", "gui"]

[lib]
name = "liftoff"
path = "src/lib.rs"

[[bin]]
name = "liftoff"
path = "src/main.rs"

[dependencies]
smithay-client-toolkit = "0.20"
cosmic-text = "0.19"
shlex = "2"
libc = "0.2"