the Chat sweep

This commit is contained in:
lda
2026-04-04 02:36:33 +07:00 Unverified
parent b5972196ee
commit 6302e71076
24 changed files with 798 additions and 873 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "wakey-core"
version = "0.1.0"
edition = "2024"
[dependencies]
macaddr = { version = "1", features = ["serde", "serde_std"] }
serde = { version = "1", features = ["derive"] }
serde_with = { version = "3", features = ["json"] }
strum = { version = "0", features = ["derive", "strum_macros"] }
thiserror = "2"