Skip to content

Commit

Permalink
Okay no more false starts
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Mar 3, 2025
1 parent 03eff06 commit 92becc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "wiremocket"
version = "0.1.0"
edition = "2021"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/xd009642/wiremocket"
documentation = "https://docs.rs/wiremocket/"
description = "Websocket mocking to test Rust applications."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/xd009642/wiremocket/workflows/Build/badge.svg)](https://github.com/xd009642/wiremocket/actions)
[![Latest Version](https://img.shields.io/crates/v/wiremocket.svg)](https://crates.io/crates/wiremocket)
[![License:MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![docs.rs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/wiremocket)]
[![docs.rs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/wiremocket)

'wiremocket' provides mocking so you can perform black-box testing of Rust
applications that interact with websocket APIs. It's heavily inspired by
Expand Down

0 comments on commit 92becc7

Please sign in to comment.