send complex values

This commit is contained in:
2026-02-25 00:38:35 +01:00
parent 25e8c88ce0
commit 5bdf915c4a
8 changed files with 171 additions and 36 deletions
+2
View File
@@ -13,3 +13,5 @@ serenity = { version = "0.12.5", default-features = false, features = [
"collector",
] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
postcard = { version = "1.1.3", features = ["use-std"] }
serde = { version = "1.0.228" }