build_refacto (#643)

* build_refacto

* build_refacto
This commit is contained in:
Erèbe - Romain Gerard
2022-03-17 10:44:56 +01:00
committed by GitHub
parent 490751032a
commit e0a1dff4b2
41 changed files with 1113 additions and 2756 deletions

8
Cargo.lock generated
View File

@@ -2119,6 +2119,7 @@ dependencies = [
"tracing-test",
"trust-dns-resolver",
"url 2.2.2",
"urlencoding",
"uuid 0.8.2",
"walkdir",
]
@@ -3283,6 +3284,7 @@ dependencies = [
"time 0.2.27",
"tracing",
"tracing-subscriber",
"url 2.2.2",
"uuid 0.8.2",
]
@@ -3939,6 +3941,12 @@ dependencies = [
"url 1.7.2",
]
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "uuid"
version = "0.7.4"