/ bin-intercept / Cargo.toml
Cargo.toml
1 [package] 2 name = "bin-intercept" 3 version = "0.1.0" 4 edition = "2021" 5 license = "MIT" 6 7 8 [dependencies] 9 thiserror = "1.0.64" 10 tracing = "0.1.40" 11 which = "6.0.3"
1 [package] 2 name = "bin-intercept" 3 version = "0.1.0" 4 edition = "2021" 5 license = "MIT" 6 7 8 [dependencies] 9 thiserror = "1.0.64" 10 tracing = "0.1.40" 11 which = "6.0.3"