[package] name = "codecov-cache" version = "0.2.0" edition = "2021" authors = ["Yui Kitsu "] description = "Codecov API caching" license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/kitsuyui/rust-codecov-cache" documentation = "https://docs.rs/codecov-cache" categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] codecov = "0.4.0" dirs = "5.0.1" serde_json = "1.0.111"