buildstamp 0.1.2

Returns a buildstamp, like `23W42.12345`
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.3.10"

[dependencies.time]
features = ["formatting", "macros"]
version = "0.3.22"

[package]
description = "Returns a buildstamp, like `23W42.12345`"
edition = "2021"
homepage = "https://github.com/asaaki/buildstamp"
license = "MIT OR Apache-2.0"
name = "buildstamp"
readme = "README.md"
repository = "https://github.com/asaaki/buildstamp"
version = "0.1.2"