mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-23 21:21:03 -05:00
update async_tools
This commit is contained in:
parent
79a8614bcc
commit
81134bad67
@ -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…
Reference in New Issue
Block a user