chore: add license and bump version

This commit is contained in:
atagen 2025-07-02 14:18:28 +10:00
parent 9c275d0528
commit 5a98a2022c
3 changed files with 296 additions and 2 deletions

View file

@ -1,7 +1,13 @@
[package]
name = "niri-tag"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = [ "atagen <boss@atagen.co>" ]
description = "Tag-based window management for the Niri compositor"
readme = "README.md"
license = "EUPL-1.2"
keywords = ["niri", "ipc", "window management"]
repository = "https://git.atagen.co/atagen/niri-tag"
[lib]
crate-type = [ "lib" ]