URL path placeholders

This commit is contained in:
Gregory Schier
2024-08-30 05:24:07 -07:00
parent f8936e7b76
commit c73262b037
20 changed files with 267 additions and 73 deletions

7
src-tauri/Cargo.lock generated
View File

@@ -6738,6 +6738,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "urlpattern"
version = "0.2.0"
@@ -7568,6 +7574,7 @@ dependencies = [
"thiserror",
"tokio",
"tokio-stream",
"urlencoding",
"uuid",
"yaak_grpc",
"yaak_models",