Skip to content

Commit

Permalink
Release dw 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 28, 2019
1 parent ffe9770 commit c7df877
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name = "dw"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "An interface to libdw"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rstack"
documentation = "https://sfackler.github.io/rstack/doc/dw"
categories = ["api-bindings", "development-tools::debugging"]
keywords = ["stack", "backtrace", "stacktrace"]

[dependencies]
foreign-types = "0.3"
libc = "0.2"

dw-sys = { path = "../dw-sys" }
dw-sys = { version = "0.1.0", path = "../dw-sys" }

0 comments on commit c7df877

Please sign in to comment.