[package] name = "bspc_rust_lib" version = "0.2.0" authors = ["BenKenobi "] edition = "2021" description = "A library that allows bspc commands to be executed through rust programs" repository = "https://github.com/BenKenobie31415/bspc_rust_lib" license = "GPL-3.0-only" keywords = ["bspwm", "bspc"] categories = ["os::unix-apis"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1"