Initial teyrchain template from Pezkuwi SDK

This commit is contained in:
2025-12-06 09:57:50 +03:00
commit 0b36245b1b
39 changed files with 4120 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[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 = []