Skip to content

Commit 69bf0bc

Browse files
committed
Add test yaml file
1 parent 454c4a7 commit 69bf0bc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.idea/workspace.xml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dargon2/pubspec.test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: dargon2
2+
description: Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.
3+
version: 3.2.1
4+
homepage: https://github.com/tmthecoder/dargon2/blob/main/dargon2
5+
repository: https://github.com/tmthecoder/dargon2
6+
7+
environment:
8+
sdk: '>=2.15.0 <3.0.0'
9+
10+
dependencies:
11+
dargon2_core:
12+
path: ../dargon2_core
13+
14+
dev_dependencies:
15+
pedantic: ^1.9.0
16+
test: ^1.14.4
17+

0 commit comments

Comments
 (0)