globset: Implement serde::{Serialize, Deserialize} for Glob

PR #1492
This commit is contained in:
Lucien Greathouse
2020-02-21 04:40:47 -08:00
committed by GitHub
parent eef7a7e7ff
commit db7a8cdcb5
5 changed files with 53 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -135,6 +135,8 @@ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]