File: Cargo.toml.orig

package info (click to toggle)
rust-console-error-panic-hook 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 660 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
categories = ["wasm"]
description = "A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`"
license = "Apache-2.0/MIT"
name = "console_error_panic_hook"
readme = "./README.md"
repository = "https://github.com/rustwasm/console_error_panic_hook"
version = "0.1.7"

[badges]
travis-ci = { repository = "rustwasm/console_error_panic_hook" }

[dependencies]
cfg-if = "1.0.0"
wasm-bindgen = "0.2.37"