Skip to content

Commit 98b56c9

Browse files
feat: add HoneyPlayBox devices support
1 parent 3334d6e commit 98b56c9

File tree

8 files changed

+782
-2
lines changed

8 files changed

+782
-2
lines changed

crates/buttplug_server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ paste = "1.0.15"
5454
aes = { version = "0.8.4" }
5555
ecb = { version = "0.1.2", features = ["std"] }
5656
sha2 = { version = "0.10.9", features = ["std"] }
57+
md-5 = "0.10.6"
5758
byteorder = "1.5.0"
5859
# Used by several packages, but we need to bring in the JS feature for wasm. Pinned at 0.2 until dependencies update
5960
rand = { version = "0.8" }

0 commit comments

Comments
 (0)