fedimint-build 0.3.0

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 = "0.3.0"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "Fedimint build script utilities for including git version information in builds"
license = "MIT"
readme = "../README.md"
repository = "https://github.com/fedimint/fedimint"

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

[dependencies]
serde_json = "1.0.114"