Merge branch 'development_timur' of https://git.ourworld.tf/herocode/hostbasket into development_timur

This commit is contained in:
timurgordon
2025-05-01 12:15:14 +03:00
21 changed files with 2198 additions and 1505 deletions

View File

@@ -264,6 +264,7 @@ dependencies = [
"serde",
"serde_json",
"tera",
"urlencoding",
"uuid",
]
@@ -2690,6 +2691,12 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf16_iter"
version = "1.0.5"