-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (35 loc) · 894 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
39 lines (35 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: crypt
description: A starting point for Dart libraries or applications.
version: 0.1.3
# repository: https://github.com/my_org/my_repo
publish_to: 'none'
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
crypto: ^3.0.2
ecdsa: ^0.1.0
elliptic: ^0.3.10
encrypt:
git:
url: https://github.com/Marc-R2/encrypt.git
ref: 7d2859d
log_message:
git:
url: https://github.com/Marc-R2/logger_dart.git
ref: stable
pointycastle: ^3.7.3
test_builder_annotation:
git:
url: https://github.com/Marc-R2/test_builder.git
path: packages/test_builder_annotation
dev_dependencies:
mutation_test:
git:
url: https://github.com/domohuhn/mutation-test.git
test: ^1.22.1
test_builder:
git:
url: https://github.com/Marc-R2/test_builder.git
path: packages/test_builder
test_process: ^2.0.3
very_good_analysis: 3.1.0