-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
32 lines (24 loc) · 875 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Format: https://dart.dev/tools/pub/pubspec
name: lore
# However, a shorter description is often better for a quick summary, so we
# store an unofficial shorter description as `short_description` which tools
# can optionally use.
#
# However, a shorter description is often better for a quick summary, so we
# store an unofficial shorter description as `short_description` which tools
# can optionally use.
description: |-
Fast, structured, and idiomatic logging with an extensible API.
short_description: Fast, structured, and idiomatic logging.
version: 0.1.0-dev
resolution: workspace
homepage: https://github.com/matanlurey/pub.lurey.dev/tree/main/packages/lore
issue_tracker: https://github.com/matanlurey/pub.lurey.dev/labels/pkg-lore
environment:
sdk: ^3.5.0
dependencies:
meta: ^1.15.0
dev_dependencies:
checks: ^0.3.0
oath: ^0.2.1
test: ^1.25.7