mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
13 lines
252 B
TOML
13 lines
252 B
TOML
[package]
|
|
name = "fabro-build-support"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
description = "Build script support utilities for Fabro crates"
|
|
|
|
[lib]
|
|
path = "git_metadata.rs"
|
|
|
|
[lints]
|
|
workspace = true
|