18 lines
479 B
TOML
18 lines
479 B
TOML
[package]
|
|
name = "rust-xcb-wm"
|
|
version = "0.1.0"
|
|
authors = [ "Armin Friedl <dev@friedl.net>" ]
|
|
description = "Rust implementation of xcb-wm - icccm and ewmh extensions for xcb"
|
|
readme = "README.md"
|
|
keywords = ["icccm", "ewmh", "xcb-wm", "xcb", "window", "xlib", "x11"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
repository = "https://git.friedl.net/incubator/rust-xcb-wm"
|
|
homepage = "https://git.friedl.net/incubator/rust-xcb-wm"
|
|
|
|
[dependencies]
|
|
xcb = "1"
|
|
|
|
[features]
|
|
icccm = []
|
|
ewmh = []
|