Files
simplex-chat/packages/simplexmq_io/pubspec.yaml
Evgeny Poberezkin 19ef1f65db abstract Transport class, SocketTransport class (#115)
* abstract Transport class, SocketTransport class

* build: import simplexmq

* feat: simple io transport unit test for read and write

* more efficient buffer extension

Co-authored-by: alex <alex@tekartik.com>
2021-10-09 12:42:41 +01:00

23 lines
419 B
YAML

name: simplexmq_io
description: A starting point for Dart libraries or applications.
version: 1.0.0
publish_to: none
environment:
sdk: '>=2.14.0 <3.0.0'
dependencies:
simplexmq:
git:
url: git://github.com/simplex-chat/simplex-chat
path: packages/simplexmq
ref: ep/socket-transport
dependency_overrides:
simplexmq:
path: ../simplexmq
dev_dependencies:
lints: ^1.0.0
test: ^1.16.0