16 lines
401 B
YAML
16 lines
401 B
YAML
name: sweepstore
|
|
description: SweepStore (formerly BinaryTable) A high-performance binary storage format for Dart applications with efficient memory management and random access capabilities.
|
|
version: 1.0.0
|
|
repository: https://github.com/ImBenji03/SweepStore
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
args: ^2.5.0
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.24.0
|