mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 16:35:24 -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 toString() => '${cryptoKindToString(kind)}:$key:$secret';
|
||||||
|
|
||||||
String toJson() => toString();
|
String toJson() => toString();
|
||||||
|
KeyPair toKeyPair() => KeyPair(key: key, secret: secret);
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef CryptoKey = FixedEncodedString43;
|
typedef CryptoKey = FixedEncodedString43;
|
||||||
|
|
|
@ -9,7 +9,7 @@ environment:
|
||||||
|
|
||||||
# Add regular dependencies here.
|
# Add regular dependencies here.
|
||||||
dependencies:
|
dependencies:
|
||||||
async_tools: ^0.1.0
|
async_tools: ^0.1.1
|
||||||
veilid:
|
veilid:
|
||||||
path: ../..
|
path: ../..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue