Files
tsdproxy-keygen/Cargo.toml
Wesley Irvin bf64901f50 Generate Auth Keys
Added the ability to generate new auth keys. Can see in the tailscale
logs that new keys are being generated with a 90 day expiration time.
This should be enough to close out issue #7.
2024-12-19 20:30:34 -05:00

11 lines
202 B
TOML

[package]
name = "tsdproxy-keygen"
version = "0.1.0"
edition = "2021"
[dependencies]
oauth2 = "4.4.2"
reqwest = { version = "0.12.9", features = ["blocking"] }
serde = "1.0.216"
serde_json = "1.0.133"