sapling/lib/pathmatcher/Cargo.toml
Jun Wu 616306543b codemod: use explicit versions in Cargo.toml
Summary:
This is done by running `fix-code.py`. Note that those strings are
semvers so they do not pin down the exact version. An API-compatiable upgrade
is still possible.

Reviewed By: ikostia

Differential Revision: D10213073

fbshipit-source-id: 82f90766fb7e02cdeb6615ae3cb7212d928ed48d
2018-11-15 18:54:06 -08:00

10 lines
118 B
TOML

[package]
name = "pathmatcher"
version = "0.1.0"
[dependencies]
ignore = "0.4"
[dev-dependencies]
tempdir = "0.3.7"