[workspace] resolver = "2" members = [ "crates/*", ] [workspace.package] version = "0.2.0" authors = ["seth "] edition = "2021" repository = "https://github.com/getchoo/nixpkgs-tracker-bot" license = "MIT" [workspace.dependencies] git-tracker = { path = "./crates/git-tracker" } nixpkgs-tracker-http = { path = "./crates/nixpkgs-tracker-http" } log = "0.4.22" [workspace.lints.rust] unsafe_code = "forbid" [workspace.lints.clippy] complexity = "warn" correctness = "deny" pedantic = "warn" perf = "warn" style = "warn" suspicious = "deny"