[package] name = "git-tracker" version = "0.2.0" edition = "2021" authors = ["seth "] description = "A library that helps you track commits and branches in a Git repository" repository = "https://github.com/getchoo/nixpkgs-tracker-bot" publish = false [dependencies] git2 = { workspace = true } log = { workspace = true } thiserror = "1.0.62" [lints.rust] async_fn_in_trait = "allow" unsafe_code = "forbid" [lints.clippy] complexity = "warn" correctness = "deny" pedantic = "warn" perf = "warn" style = "warn" suspicious = "deny"