tmp22/README.md

29 lines
763 B
Markdown
Raw Normal View History

2021-02-28 15:05:39 +05:30
<div align="center">
<h1>mCaptcha</h1>
<p>
<strong>mCaptcha - PoW based DoS protection</strong>
</p>
2021-03-01 16:41:59 +05:30
[![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)
2021-02-28 15:05:39 +05:30
<br />
2021-03-01 16:41:59 +05:30
[![codecov](https://codecov.io/gh/mcaptcha/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/mcaptcha/mCaptcha)
2021-02-28 15:05:39 +05:30
</div>
## Features
TODO
## Usage:
Add this to your `Cargo.toml`:
```toml
2021-03-01 16:41:59 +05:30
mCaptcha = { version = "0.1", git = "https://github.com/mcaptcha/mCaptcha" }
2021-02-28 15:05:39 +05:30
```
## Examples:
TODO