init
This commit is contained in:
commit
6ba3bd9b35
7 changed files with 1475 additions and 0 deletions
14
pubspec.yaml
Normal file
14
pubspec.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
|
||||
dev_dependencies:
|
||||
lints: ^6.0.0
|
||||
test: ^1.31.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue