feat: Run cargo shear during CI (#3338)

Run cargo shear as part of the CI to ensure no unused dependencies
This commit is contained in:
jif-oai
2025-09-08 18:05:08 -07:00
committed by GitHub
parent ac58749bd3
commit a9c68ea270
12 changed files with 48 additions and 625 deletions

View File

@@ -15,9 +15,7 @@ path = "src/lib.rs"
workspace = true
[target.'cfg(target_os = "linux")'.dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
codex-common = { path = "../common", features = ["cli"] }
codex-core = { path = "../core" }
landlock = "0.4.1"
libc = "0.2.175"