comparison rust/hg-core/Cargo.toml @ 44265:c18dd48cea4a

rust-pathauditor: add Rust implementation of the `pathauditor` It does not offer the same flexibility as the Python implementation, but should check incoming paths just as well. Differential Revision: https://phab.mercurial-scm.org/D7866
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 05 Feb 2020 17:05:37 +0100
parents 161958ebf73c
children 9ab4830e9e3d
comparison
equal deleted inserted replaced
44264:d3f776c4760e 44265:c18dd48cea4a
16 rand = "0.6.5" 16 rand = "0.6.5"
17 rand_pcg = "0.1.1" 17 rand_pcg = "0.1.1"
18 rayon = "1.3.0" 18 rayon = "1.3.0"
19 regex = "1.1.0" 19 regex = "1.1.0"
20 twox-hash = "1.5.0" 20 twox-hash = "1.5.0"
21
22 [dev-dependencies]
23 tempfile = "3.1.0"