mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
add tor to pubspec
This commit is contained in:
parent
c46505c20d
commit
c2965841fd
1 changed files with 8 additions and 1 deletions
|
@ -1699,6 +1699,13 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.1.5"
|
||||
tor:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "crypto_plugins/tor"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
tuple:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -1957,5 +1964,5 @@ packages:
|
|||
source: hosted
|
||||
version: "1.0.0"
|
||||
sdks:
|
||||
dart: ">=2.18.5 <3.0.0"
|
||||
dart: ">=2.19.4 <3.0.0"
|
||||
flutter: ">=3.3.0"
|
||||
|
|
Loading…
Reference in a new issue