Skip to content

Commit

Permalink
Bump to 0.11.1 + add keywords & categories
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Jun 24, 2018
1 parent 2569883 commit b5e665c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[package]
name = "mockito"
version = "0.11.0"
version = "0.11.1"
authors = ["Florin Lipan <[email protected]>"]
license = "MIT"
homepage = "https://github.com/lipanski/mockito"
repository = "https://github.com/lipanski/mockito"
documentation = "https://docs.rs/mockito"
description = "HTTP mocking for Rust"
description = "HTTP mocking for Rust."
keywords = ["mock", "mocks", "http", "webmock", "webmocks"]
categories = ["development-tools::testing", "web-programming"]

[badges]
travis-ci = { repository = "lipanski/mockito", branch = "master" }
appveyor = { repository = "lipanski/mockito", branch = "master", service = "github" }

[[bin]]
name = "mockito-server"
Expand Down

0 comments on commit b5e665c

Please sign in to comment.