28 lines
969 B
TOML
28 lines
969 B
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
name = "console_error_panic_hook"
|
|
version = "0.1.7"
|
|
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
|
description = "A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`"
|
|
readme = "./README.md"
|
|
categories = ["wasm"]
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/rustwasm/console_error_panic_hook"
|
|
[dependencies.cfg-if]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.wasm-bindgen]
|
|
version = "0.2.37"
|
|
[badges.travis-ci]
|
|
repository = "rustwasm/console_error_panic_hook"
|