fix: 优化endpoint new的逻辑

This commit is contained in:
shiro.lee
2024-07-05 11:47:13 +08:00
parent e9f9af0e7a
commit 9db3a04275
5 changed files with 73 additions and 34 deletions
Generated
+7
View File
@@ -319,6 +319,7 @@ dependencies = [
"lazy_static",
"netif",
"path-absolutize",
"path-clean",
"reed-solomon-erasure",
"regex",
"rmp-serde",
@@ -882,6 +883,12 @@ dependencies = [
"path-dedot",
]
[[package]]
name = "path-clean"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
[[package]]
name = "path-dedot"
version = "3.1.1"