[package] name = "gawain" version = "0.1.1" authors = ["Matt Gaughan"] edition = "2021" description = "A package to gather data from software repositories, quickly." readme = "README.md" homepage = "https://github.com/mjgaughan/gawain" license-file= "LICENSE" rust-version = "1.78.0" [dependencies] git2 = "0.19.0" serde = "1.0.205" serde_json = "1.0.122"