21 lines
441 B
YAML
21 lines
441 B
YAML
|
name: torchat
|
||
|
description: A gRPC-based anonymous chat node (client / server) built with Dart and Tor/Arti
|
||
|
version: 0.1.0
|
||
|
homepage: https://foss.haveno.com/tor-project/torchat
|
||
|
environment:
|
||
|
sdk: '>=3.4.0 <4.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
grpc: ^3.2.4
|
||
|
protobuf: ^3.1.0
|
||
|
convert: ^3.1.1
|
||
|
logging: ^1.2.0
|
||
|
args: ^2.5.0
|
||
|
yaml: ^3.1.2
|
||
|
path: ^1.9.0
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.25.0
|
||
|
build_runner: ^2.4.7
|
||
|
protoc_plugin: ^21.1.2
|