mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-11 15:24:58 +00:00
21 lines
361 B
YAML
21 lines
361 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:
|
|
asn1lib: ^1.0.2
|
|
pointycastle:
|
|
git:
|
|
url: git@github.com:simplex-chat/pc-dart.git
|
|
ref: nullsafety
|
|
|
|
# pointycastle: ^3.3.4
|
|
|
|
dev_dependencies:
|
|
lints: ^1.0.0
|
|
test: ^1.16.0
|