chore: update dependencies and AGENTS.md

- Add mac_address crate for MAC address detection
- Add tempfile dev dependency for testing
- Update AGENTS.md with latest development guidelines
This commit is contained in:
Warren
2026-04-30 15:07:31 +08:00
parent 2b23d1cfbd
commit f4697396e4
3 changed files with 226 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ chrono = { version = "0.4", features = ["serde"] }
sha2 = "0.10"
hex = "0.4"
uuid = { version = "1.0", features = ["v4"] }
mac_address = "1.1"
# Security
subtle = "2.5"
@@ -123,3 +124,6 @@ path = "src/bin/integrated_player.rs"
[build-dependencies]
chrono = "0.4"
[dev-dependencies]
tempfile = "3"