hematite 0.0.1

Mercurial implementation in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[bin]]
name = "ht"

[dependencies]
time = "*"

[package]
authors = ["Jihyeok Seo <me@limeburst.net>"]
description = "Mercurial implementation in Rust"
homepage = "https://github.com/limeburst/hematite"
license = "GPL-2.0"
name = "hematite"
readme = "README.md"
repository = "https://github.com/limeburst/hematite"
version = "0.0.1"