Show More
@@ -1,17 +1,17 b'' | |||||
1 | [package] |
|
1 | [package] | |
2 | name = "hg-core" |
|
2 | name = "hg-core" | |
3 | version = "0.1.0" |
|
3 | version = "0.1.0" | |
4 | authors = ["Georges Racinet <gracinet@anybox.fr>"] |
|
4 | authors = ["Georges Racinet <gracinet@anybox.fr>"] | |
5 | description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)" |
|
5 | description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)" | |
6 | edition = "2018" |
|
6 | edition = "2018" | |
7 |
|
7 | |||
8 | [lib] |
|
8 | [lib] | |
9 | name = "hg" |
|
9 | name = "hg" | |
10 |
|
10 | |||
11 | [dependencies] |
|
11 | [dependencies] | |
12 | byteorder = "1.3.1" |
|
12 | byteorder = "1.3.1" | |
13 | lazy_static = "1.3.0" |
|
13 | lazy_static = "1.3.0" | |
14 | memchr = "2.2.0" |
|
14 | memchr = "2.2.0" | |
15 |
rand = " |
|
15 | rand = "0.6.5" | |
16 |
rand_pcg = " |
|
16 | rand_pcg = "0.1.1" | |
17 |
regex = " |
|
17 | regex = "1.1.0" |
General Comments 0
You need to be logged in to leave comments.
Login now