hyprsession 0.2.0

Saves hyprland sessions
Documentation
[[bin]]
name = "hyprsession"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.16"

[dependencies.hyprland]
version = "0.4.0-beta.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.209"

[dependencies.serde_json]
version = "1.0.127"

[dev-dependencies.tempfile]
version = "3.8"

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

[package]
authors = ["Josh Andrews"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Saves hyprland sessions"
edition = "2021"
keywords = ["hyprland", "session", "tools"]
license = "GPL-3.0"
name = "hyprsession"
readme = "README.md"
repository = "https://github.com/joshurtree/hyprsession"
version = "0.2.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"