[package]
name = "niriscript"
version = "0.1.0"
edition = "2024"
repository = "https://github.com/actuday6418/niriscript.git"
description = "Hacky niri scripting"
license = "GPL-3.0-only"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
niri-ipc = "25.11.0"
[lib]
name = "niriscript"