Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Update metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-morgan committed Nov 29, 2014
1 parent deb3f7b commit e787f51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[package]
name = "teepee"
version = "0.0.0"
#readme = "README.md"
authors = [ "Chris Morgan <[email protected]>" ]
#tags = ["web", "http", "library"]
authors = ["Chris Morgan <[email protected]>"]
description = "HTTP library"
#documentation =
#homepage =
repository = "https://github.com/teepee/teepee"
readme = "README.md"
keywords = ["web", "http", "library"]
license = "MIT/Apache-2.0"

[[lib]]
[lib]
name = "httpcommon"
path = "src/httpcommon/lib.rs"

[[lib]]
name = "httpc"
path = "src/httpc/lib.rs"
#[[lib]]
#name = "httpc"
#path = "src/httpc/lib.rs"
#
#[[lib]]
#name = "httpd"
#path = "src/httpd/lib.rs"

[[lib]]
name = "httpd"
path = "src/httpd/lib.rs"

#[dependencies.openssl]
#git = "https://github.com/sfackler/rust-openssl.git"

[dependencies.phf]
git = "https://github.com/sfackler/rust-phf.git"

[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf.git"
[dependencies]
phf = "*"
phf_mac = "*"
5 changes: 0 additions & 5 deletions src/httpcommon/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
//! should be exported in the root of the HTTP client crate ``httpc`` so that people can write
//! ``httpc::status`` instead of ``httpcommon::status``.
#![crate_name = "httpcommon"]
#![comment = "Common HTTP functionality for the Teepee project"]
#![license = "MIT/ASL2"]
#![crate_type = "lib"]

#![doc(html_logo_url = "http://teepee.rs/logo.100.png",
html_root_url = "http://www.rust-ci.org/teepee/teepee/doc/")]

Expand Down

0 comments on commit e787f51

Please sign in to comment.