Skip to content

Commit

Permalink
Update Cargo toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
yaa110 committed Jan 21, 2017
1 parent c4453df commit e469729
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@ name = "ptime"
version = "0.1.0"
authors = ["Navid Fathollahzade <[email protected]>"]

description = "The implementation of the Persian (Solar Hijri) Calendar"
homepage = "https://github.com/yaa110/rust-persian-calendar"
documentation = "https://github.com/yaa110/rust-persian-calendar"
repository = "https://github.com/yaa110/rust-persian-calendar"
readme = "README.md"
keywords = ["persian", "calendar", "date", "shamsi", "time"]
categories = ["date-and-time"]
license = "MIT"

[lib]
name = "ptime"

[dependencies]
time = "0.1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rust Persian Calendar
=====================

[![Build Status](https://travis-ci.org/yaa110/rust-persian-calendar.svg)](https://travis-ci.org/yaa110/rust-persian-calendar) [![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/yaa110/go-persian-calendar/blob/master/LICENSE)
[![crates.io](https://img.shields.io/crates/v/ptime.svg)](https://crates.io/crates/ptime) [![Build Status](https://travis-ci.org/yaa110/rust-persian-calendar.svg)](https://travis-ci.org/yaa110/rust-persian-calendar) [![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/yaa110/go-persian-calendar/blob/master/LICENSE)

**Rust Persian Calendar v0.1.0** provides functionality for conversion among Persian (Solar Hijri) and Gregorian calendars. A Julian calendar is used as an interface for all conversions. The crate name is `ptime` and it is compatible with the crate [time](https://crates.io/crates/time). This source code is licensed under MIT license that can be found in the LICENSE file.

Expand Down

0 comments on commit e469729

Please sign in to comment.