Skip to content

Commit

Permalink
use msgpack serializer from xconnio
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-10 committed Dec 6, 2024
1 parent 4a32875 commit dad049f
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 dad049f

Please sign in to comment.