- add: launcher for custom uri protocol to allow pass token and server info to the client

This commit is contained in:
2024-12-14 01:52:27 -05:00
parent 4f826d7da5
commit 949a931914
3 changed files with 131 additions and 1 deletions

10
launcher/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "launcher"
version = "0.1.0"
edition = "2021"
[dependencies]
shell-escape = "0.1.5"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
url = "2.5.4"