fedimint-build 0.6.1

Fedimint build script utilities for including git version information in builds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fedimint-build"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
description = "Fedimint build script utilities for including git version information in builds"
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }

[lib]
name = "fedimint_build"
path = "src/lib.rs"

[dependencies]
serde_json = { workspace = true }