From 6f2770d2bbeebea242a7f398fec9849ab687e1d6 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Thu, 20 Nov 2014 13:23:33 +0900 Subject: [PATCH] added repository to Cargo.toml. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a3ab89f..0515204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Kang Seonghoon "] description = "Date and time library for Rust" homepage = "https://github.com/lifthrasiir/rust-chrono" +repository = "https://github.com/lifthrasiir/rust-chrono" readme = "README.md" license = "MIT/Apache-2.0"