# Copyright 2019 The Fuchsia Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. [package] name = "fuchsia_backtrace" version = "0.1.0" license-file = "LICENSE" authors = ["rust-fuchsia@fuchsia.com"] repository = "https://fuchsia.googlesource.com" edition = "2018" description = "Output backtrace data for Fuchsia" [dependencies] bitflags = "1"