feat: add bitflags crate and refactor UpdateFlags implementation

This commit is contained in:
Tunglies
2025-12-27 17:09:08 +08:00
parent c8aeae3f83
commit 2c1303c2bd
4 changed files with 69 additions and 79 deletions

View File

@@ -55,6 +55,7 @@ serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
serde_yaml_ng = { workspace = true }
smartstring = { workspace = true, features = ["serde"] }
bitflags = { workspace = true }
warp = { version = "0.4.2", features = ["server"] }
open = "5.3.3"
dunce = "1.0.5"