diff --git a/Cargo.toml b/Cargo.toml index aa9ebf6..90b3b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "http" -version = "0.1.0-pre" +name = "old-http" +version = "0.1.1-pre" authors = ["Chris Morgan "] description = "Obsolete HTTP library" -#documentation = -#homepage = +#documentation = +#homepage = repository = "https://github.com/chris-morgan/rust-http" readme = "README.rst" keywords = ["web", "http", "library"] @@ -20,11 +20,11 @@ name = "http" path = "src/http/lib.rs" [dependencies.openssl] -git = "https://github.com/sfackler/rust-openssl.git" +version = "0.2" optional = true [dependencies.url] -git = "https://github.com/servo/rust-url" +version = "0.2" [dependencies.time] -git = "https://github.com/rust-lang/time" +version = "0.1"