mirror of
https://github.com/pezkuwichain/pez-teyrchain-template.git
synced 2026-04-21 23:48:00 +00:00
17 lines
389 B
TOML
17 lines
389 B
TOML
[package]
|
|
name = "teyrchain-template"
|
|
description = "A teyrchain-template helper crate to keep documentation in sync with the template's components."
|
|
version = "0.0.0"
|
|
license = "Unlicense"
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
docify = { workspace = true }
|
|
|
|
[features]
|
|
generate-readme = []
|