From c46505c20d3b7e911be62a62b637f21402cf935a Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Wed, 17 May 2023 16:27:13 -0500 Subject: [PATCH] add tor to pubspec --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 1aaeb2d57..b189b6fa0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,6 +62,9 @@ dependencies: url: https://github.com/cypherstack/bip47.git ref: 38847255d035c0f6ec5bc93d19130ec804cf90e9 + tor: + path: ./crypto_plugins/tor + # Utility plugins # provider: ^6.0.1 http: ^0.13.4