Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
Signed-off-by: hehechen <awd123456sss@gmail.com>
  • Loading branch information
hehechen committed Dec 8, 2022
1 parent 8d436d0 commit bc95f31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "backtrace"
name = "pprof-backtrace"
version = "0.3.61"
authors = ["The Rust Project Developers"]
build = "build.rs"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/backtrace-rs"
homepage = "https://github.com/rust-lang/backtrace-rs"
repository = "https://github.com/hehechen/backtrace-rs"
homepage = "https://github.com/hehechen/backtrace-rs"
documentation = "https://docs.rs/backtrace"
description = """
A library to acquire a stack trace (backtrace) at runtime in a Rust program.
A library to acquire a stack trace (backtrace) at runtime in a Rust program. Fork from https://github.com/rust-lang/backtrace-rs.
"""
autoexamples = true
autotests = true
Expand Down Expand Up @@ -100,7 +100,7 @@ verify-winapi = [
]

[[example]]
name = "backtrace"
name = "pprof-backtrace"
required-features = ["std"]

[[example]]
Expand Down

0 comments on commit bc95f31

Please sign in to comment.