Skip to content

Commit

Permalink
Merge pull request #127 from Mahad-10/use-msgpack-xconnio
Browse files Browse the repository at this point in the history
Use msgpack serializer from xconnio
  • Loading branch information
Mahad-10 authored Dec 6, 2024
2 parents 4a32875 + dad049f commit 183ed79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: wampproto
description: Sans-IO WAMP protocol implementation
version: 0.1.0
repository: https://github.com/xconnio/wampproto-dart
publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
Expand All @@ -11,7 +12,8 @@ dependencies:
cbor: ^6.2.0
collection: ^1.18.0
crypto: ^3.0.3
msgpack_dart: ^1.0.1
msgpack_dart:
git: https://github.com/xconnio/msgpack_dart
pinenacl: ^0.6.0
pointycastle: ^3.9.1

Expand Down

0 comments on commit 183ed79

Please sign in to comment.