swarm/pubspec.yaml

20 lines
342 B
YAML
Raw Normal View History

2026-06-07 15:05:57 +03:00
name: swarm
description: >
Actor-based business logic library with injectable platform abstractions.
version: 0.1.0
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
actors: ^0.11.0
2026-06-07 16:45:43 +03:00
bip340: ^0.3.1
crypto: ^3.0.7
2026-06-07 16:51:14 +03:00
dart_geohash: ^2.1.0
2026-06-07 16:45:43 +03:00
retry: ^3.1.2
web_socket_channel: ^3.0.3
2026-06-07 15:05:57 +03:00
dev_dependencies:
lints: ^6.0.0
test: ^1.31.0