mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-24 13:41:09 -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 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…
Reference in New Issue
Block a user