diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-01-21 09:44:01 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-01-21 09:44:01 -0500 |
| commit | e6d03b7d7ea505b222545001ba3d08cc42e3e277 (patch) | |
| tree | 02f3a4ccf12da98b2c3b3af0f79ab78f8548fb8e /mod/tools/typst/packages/tmu/typst.toml | |
| parent | e181e1e1a154b280a2dc045d1d38b13d7f0ef2bc (diff) | |
| download | depot-e6d03b7d7ea505b222545001ba3d08cc42e3e277.tar.gz depot-e6d03b7d7ea505b222545001ba3d08cc42e3e277.tar.bz2 depot-e6d03b7d7ea505b222545001ba3d08cc42e3e277.zip | |
add typst writing env init
Diffstat (limited to 'mod/tools/typst/packages/tmu/typst.toml')
| -rw-r--r-- | mod/tools/typst/packages/tmu/typst.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/tools/typst/packages/tmu/typst.toml b/mod/tools/typst/packages/tmu/typst.toml new file mode 100644 index 0000000..caf96d7 --- /dev/null +++ b/mod/tools/typst/packages/tmu/typst.toml @@ -0,0 +1,7 @@ +[package] +name = "tmu" +version = "0.0.0" +entrypoint = "template.typ" +authors = ["Kleidi Bujari"] +license = "MIT" +description = "TMU engineering report template" |
