summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2025-12-23 14:00:10 -0800
committerJesse Morgan <jesse@jesterpm.net>2025-12-23 15:54:31 -0800
commitbb8d4d7538568e15fcd10c32d7a013ab3d798978 (patch)
tree4fa50c01a651bf1d144418820e8315d6fc9a6fd8 /Cargo.toml
parent51f61abb710684ffa2f5958ce3e6b0f9d5e8e98e (diff)
Add support for ssh extension to device flow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6ea9c05..0663d5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ oauth2 = { version = "4" }
gethostname = "0.2"
url = "2.2"
serde_json = "1.0"
+sshcerts = { version = "=0.14.0", default-features = false }
log = "0.4"
webbrowser = "0.8"