sway-utils 0.66.5

Sway common utils.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sway-utils"
version.workspace = true
description = "Sway common utils."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
walkdir.workspace = true

[lints.clippy]
iter_over_hash_type = "deny"