18 lines
380 B
TOML
18 lines
380 B
TOML
[package]
|
|
name = "gen-headers"
|
|
publish = false
|
|
version = { workspace = true }
|
|
authors = { workspace = true }
|
|
repository = { workspace = true }
|
|
homepage = { workspace = true }
|
|
license = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
log = { workspace = true, features = ["std"] }
|
|
regex = { workspace = true }
|
|
|
|
[[bin]]
|
|
name = "gen-headers"
|
|
path = "src/main.rs"
|