readability-dart/pubspec.yaml
Sphericalkat a5b8aa83d6
feat: set up FFI
Signed-off-by: Sphericalkat <me@kat.bio>
2024-07-17 02:32:33 +05:30

17 lines
305 B
YAML

name: readability
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.4.3
# Add regular dependencies here.
dependencies:
ffi: ^2.1.2
# path: ^1.8.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0