mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-24 15:35:21 -04:00
update async_tools
This commit is contained in:
parent
79a8614bcc
commit
81134bad67
2 changed files with 2 additions and 1 deletions
|
@ -131,6 +131,7 @@ class TypedKeyPair extends Equatable {
|
|||
String toString() => '${cryptoKindToString(kind)}:$key:$secret';
|
||||
|
||||
String toJson() => toString();
|
||||
KeyPair toKeyPair() => KeyPair(key: key, secret: secret);
|
||||
}
|
||||
|
||||
typedef CryptoKey = FixedEncodedString43;
|
||||
|
|
|
@ -9,7 +9,7 @@ environment:
|
|||
|
||||
# Add regular dependencies here.
|
||||
dependencies:
|
||||
async_tools: ^0.1.0
|
||||
async_tools: ^0.1.1
|
||||
veilid:
|
||||
path: ../..
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue