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.
18 lines
381 B
18 lines
381 B
name: argon2_ffi_base |
|
description: Base package defining the interface for an Argon2 implementation. |
|
version: 1.1.1 |
|
homepage: https://github.com/authpass/argon2_ffi_base |
|
publish_to: none |
|
|
|
environment: |
|
sdk: '>=2.12.0 <3.0.0' |
|
|
|
dependencies: |
|
ffi: ">=1.0.0 <3.0.0" |
|
flutter: |
|
sdk: flutter |
|
logging: ">=1.0.0 <2.0.0" |
|
path: ">=1.8.0 <2.0.0" |
|
|
|
dev_dependencies: |
|
lints: ^2.0.0
|
|
|