Add an AppVeyor status
This commit is contained in:
17
README.md
17
README.md
@@ -1,11 +1,14 @@
|
|||||||
lettre [](https://travis-ci.org/lettre/lettre) [](https://coveralls.io/github/lettre/lettre?branch=master) [](https://crates.io/crates/lettre) [](./LICENSE)
|
# lettre
|
||||||
=========
|
[](https://travis-ci.org/lettre/lettre)
|
||||||
|
[](https://ci.appveyor.com/project/amousset/lettre/branch/master)
|
||||||
|
[](https://coveralls.io/github/lettre/lettre?branch=master)
|
||||||
|
[](https://crates.io/crates/lettre)
|
||||||
|
[](./LICENSE)
|
||||||
|
|
||||||
This is an email library written in Rust.
|
This is an email library written in Rust.
|
||||||
See the [documentation](http://lettre.github.io/lettre) for more information.
|
See the [documentation](http://lettre.github.io/lettre) for more information.
|
||||||
|
|
||||||
Install
|
## Install
|
||||||
-------
|
|
||||||
|
|
||||||
To use this library, add the following to your `Cargo.toml`:
|
To use this library, add the following to your `Cargo.toml`:
|
||||||
|
|
||||||
@@ -14,13 +17,11 @@ To use this library, add the following to your `Cargo.toml`:
|
|||||||
lettre = "0.5"
|
lettre = "0.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
Testing
|
## Testing
|
||||||
-------
|
|
||||||
|
|
||||||
The tests require a mail server listening locally on port 25.
|
The tests require a mail server listening locally on port 25.
|
||||||
|
|
||||||
License
|
## License
|
||||||
-------
|
|
||||||
|
|
||||||
This program is distributed under the terms of the MIT license.
|
This program is distributed under the terms of the MIT license.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user