Skip to content

Commit

Permalink
meta: Updated cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Mar 25, 2018
1 parent c9d357a commit f994fb0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
[package]
name = "sentry-types"
version = "0.1.0"
license = "Apache-2.0"
description = "Common reusable types for implementing the sentry.io protocol."
homepage = "https://sentry.io/"
repository = "https://github.com/getsentry/rust-sentry-types"
documentation = "https://docs.rs/rust-sentry-types"
keywords = ["sentry", "protocol"]
readme = "README.md"
authors = ["Sentry <[email protected]>"]
exclude = [
".vscode/**/*",
"scripts/**/*"
]

[badges]
travis-ci = { repository = "getsentry/rust-sentry-types" }

[dependencies]
failure = "0.1.1"
Expand Down

0 comments on commit f994fb0

Please sign in to comment.