feat: hostname as id

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2025-04-30 12:26:57 +08:00
parent 42aad01a51
commit 8e1dd7f88f
2 changed files with 31 additions and 2 deletions

View file

@ -64,6 +64,7 @@ rustls-platform-verifier = "0.5"
rustls-pki-types = "1.11"
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
tokio-native-tls = "0.3"
whoami = "1.5.0"
[build-dependencies]
protobuf-codegen = { version = "3.7" }