- Rename package/module from toki_socket to proto_socket in Dart, Kotlin, Python - Update crosstest implementations to use renamed packages - Add new proto_socket skill, deprecate add-toki-socket-crosstest-language skill - Update domain rules for all languages - Update documentation (README, PORTING_GUIDE, PROTOCOL, VERSIONING)
15 lines
272 B
YAML
15 lines
272 B
YAML
name: proto_socket
|
|
description: Multi-language standard socket protocol library. Dart implementation.
|
|
version: 1.0.5
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.2.3 <4.0.0'
|
|
|
|
dependencies:
|
|
meta: ^1.9.0
|
|
protobuf: ^3.1.0
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|