File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " chttp"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " The practical HTTP client that is fun to use."
5
5
authors = [
" Stephen M. Coakley <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 2
2
The practical HTTP client that is fun to use.
3
3
4
4
[ ![ Shippable] ( https://img.shields.io/shippable/59f4fe44571f17060086ff61.svg )] ( https://app.shippable.com/github/sagebind/chttp )
5
- [ ![ CircleCI] ( https://img.shields.io/circleci/project/github/sagebind/chttp.svg )] ( https://circleci.com/gh/sagebind/chttp )
6
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/chttp.svg )] ( https://crates.io/crates/chttp )
7
6
[ ![ Documentation] ( https://docs.rs/chttp/badge.svg )] ( https://docs.rs/chttp )
8
7
![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )
@@ -59,6 +58,11 @@ On Windows and macOS:
59
58
60
59
- TBD
61
60
61
+ ## Installation
62
+ Add this to your Cargo.toml file:
63
+
64
+ [ dependencies]
65
+ chttp = "0.1"
62
66
63
67
## License
64
68
This library is licensed under the MIT license. See the [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments