codecov-cache 0.2.1

Codecov API caching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "codecov-cache"
version = "0.2.1"
edition = "2024"
authors = ["Yui Kitsu <kitsuyui+github@kitsuyui.com>"]
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.1"
dirs = "6.0.0"
serde_json = "1.0.116"