Files
simplex-chat/packages/simplexmq/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

16 lines
239 B
YAML

name: simplexmq
description: A starting point for Dart libraries or applications.
version: 0.0.1
publish_to: none
environment:
sdk: '>=2.14.0 <3.0.0'
# dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^1.0.0
test: ^1.16.0