mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-11 13:15:05 +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>
23 lines
419 B
YAML
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
|