Skip to content

Commit 293cb94

Browse files
author
Damien LACHAUME / PALO-IT
committed
docs: add description & README.md to mithril-build-script crate
1 parent 4ffb3c9 commit 293cb94

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

mithril-build-script/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mithril-build-script"
33
version = "0.1.0"
4+
description = "A toolbox for Mithril crates build scripts"
45
authors = { workspace = true }
56
edition = { workspace = true }
67
homepage = { workspace = true }

mithril-build-script/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Mithril-build-script
2+
3+
A toolbox for Mithril crates that need a [build scripts phase](https://doc.rust-lang.org/cargo/reference/build-scripts.html).
4+
5+
Moreover, this crate allows to test the build scripts, which is not supported directly in `build.rs` (see: [rust-lang/cargo#1581](https://github.com/rust-lang/cargo/issues/1581)).

0 commit comments

Comments
 (0)