First Commit

This commit is contained in:
2026-05-04 21:17:10 -06:00
commit fd6901636b
4 changed files with 106 additions and 0 deletions

11
typst.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "nviam-rfc"
version = "0.1.0"
entrypoint = "rfc.typ"
compiler = "0.11.0"
description = "A Typst package for writing structured technical reports in RFC style."
keywords = ["rfc", "report", "technical", "documentation", "template"]
categories = ["report", "template"]
license = "MIT"
repository = "https://git.nviam.dev/typst/rfc"
authors = ["Pedro E. Díaz <ppedroediaz@gmail.com>"]