tmp22/README.md

29 lines
763 B
Markdown

<div align="center">
<h1>mCaptcha</h1>
<p>
<strong>mCaptcha - PoW based DoS protection</strong>
</p>
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
![CI (Linux)](<https://github.com/mcaptcha/mCaptcha/workflows/CI%20(Linux)/badge.svg>)
[![dependency status](https://deps.rs/repo/github/mcaptcha/mCaptcha/status.svg)](https://deps.rs/repo/github/mcaptcha/mCaptcha)
<br />
[![codecov](https://codecov.io/gh/mcaptcha/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/mcaptcha/mCaptcha)
</div>
## Features
TODO
## Usage:
Add this to your `Cargo.toml`:
```toml
mCaptcha = { version = "0.1", git = "https://github.com/mcaptcha/mCaptcha" }
```
## Examples:
TODO