blob: d6b09a55a10d6aef142eb6a73c5aec0c8e4c33e5 [file] [log] [blame] [edit]
name: native_stack_traces
version: 0.6.1
description: Utilities for working with non-symbolic stack traces.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/native_stack_traces
environment:
sdk: ^3.5.0
resolution: workspace
executables:
decode:
dependencies:
args: ^2.0.0
path: ^1.9.0
# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
# best practice for packages is to specify their compatible version ranges.
# See also https://dart.dev/tools/pub/dependencies.
dev_dependencies:
lints: any
test: any