You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
407 B
20 lines
407 B
5 years ago
|
name: kdbx
|
||
|
description: A starting point for Dart libraries or applications.
|
||
|
# version: 1.0.0
|
||
|
# homepage: https://www.example.com
|
||
|
# author: herbert <herbert@poul.at>
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.4.0 <3.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
# path: ^1.6.0
|
||
|
logging: '>=0.11.3+2 <1.0.0'
|
||
|
crypto: '>=2.0.0 <3.0.0'
|
||
|
pointycastle: ^1.0.1
|
||
|
|
||
|
dev_dependencies:
|
||
|
logging_appenders: '>=0.1.0 <1.0.0'
|
||
|
pedantic: ^1.7.0
|
||
|
test: ^1.6.0
|