diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-01-20 17:46:35 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-01-20 17:47:33 +0100 |
| commit | d8522a98c6a1db7a4b240c4d36cfadb59e22304e (patch) | |
| tree | a3e8b83534d94cdcee6d6ec7e79eb8bfdcadd4b9 /typst/callout/1.0.0/typst.toml | |
| parent | 24179eaf99387417dd618b42a7b3b55414ef7da6 (diff) | |
feat(typst): callouts
also fix package hierarchy
Diffstat (limited to 'typst/callout/1.0.0/typst.toml')
| -rw-r--r-- | typst/callout/1.0.0/typst.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/typst/callout/1.0.0/typst.toml b/typst/callout/1.0.0/typst.toml new file mode 100644 index 0000000..be0b876 --- /dev/null +++ b/typst/callout/1.0.0/typst.toml @@ -0,0 +1,7 @@ +[package] +name = "callout" +version = "1.0.0" +entrypoint = "lib.typ" +authors = ["Anhgelus Morhtuuzh"] +license = "MIT" +description = "My callouts" |
