mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-01 12:17:53 +00:00
19ef1f65db
* 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>
16 lines
239 B
YAML
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
|