17 lines
377 B
TOML
17 lines
377 B
TOML
[package]
|
|
name = "substrate-build-script-utils"
|
|
version = "11.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "Crate with utility functions for `build.rs` scripts."
|
|
readme = "README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|