comparison rust/Cargo.lock @ 40998:4277e20cfec4

rust-cpython: build and support for Python3 Defined Cargo features for Python3, making them overall simpler to use, hooked them in build and made mercurial.rustext importable. This is tested with Python 3.6.7. Differential Revision: https://phab.mercurial-scm.org/D5446
author Georges Racinet <gracinet@anybox.fr>
date Mon, 17 Dec 2018 15:05:52 +0100
parents 5532823e8c18
children ee7b7bd432a1
comparison
equal deleted inserted replaced
40997:6a372f943e49 40998:4277e20cfec4
17 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 dependencies = [ 18 dependencies = [
19 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", 19 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
20 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 20 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
21 "python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 21 "python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
22 "python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
22 ] 23 ]
23 24
24 [[package]] 25 [[package]]
25 name = "hg-core" 26 name = "hg-core"
26 version = "0.1.0" 27 version = "0.1.0"