moz-cli-version-check 0.1.0

Opt-in version checking library for Mozilla CLI tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "moz-cli-version-check"
version = "0.1.0"
edition = "2021"
description = "Opt-in version checking library for Mozilla CLI tools"
license = "MIT OR Apache-2.0"
repository = "https://github.com/padenot/version-check"
authors = ["Paul Adenot <paul@paul.cx>"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json", "blocking"] }
dirs = "5.0"