aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2025-09-06 13:05:00 -0700
committerFranck Cuny <fcuny@roblox.com>2025-09-06 13:05:00 -0700
commit34ad93bfff38348318575ac044c1711f05eae78b (patch)
tree2b7336e63e40fbb162efe88c6f56fd110f30d6e0 /Cargo.toml
parentadd a tool to check validity of SSH certificates (diff)
downloadx-34ad93bfff38348318575ac044c1711f05eae78b.tar.gz
ssh-cert-info in go
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69724a1..c1ce08a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,3 @@
[workspace]
-members = ["src/apple_silicon/", "src/ssh-cert-info", "src/x509-info/"]
+members = ["src/apple_silicon/", "src/x509-info/"]
resolver = "3"