jumble/typst.toml

14 lines
474 B
TOML
Raw Normal View History

2024-12-21 13:17:09 +00:00
[package]
name = "jumble"
version = "0.0.1"
compiler = "0.12.0"
repository = "https://git.kb28.ch/HEL/jumble"
entrypoint = "src/lib.typ"
authors = [
"Louis Heredero <https://git.kb28.ch/HEL>"
]
categories = ["scripting", "utility"]
license = "Apache-2.0"
2024-12-22 22:05:33 +00:00
description = "A package providing some hash functions and related stuff"
keywords = ["hash", "algorithm", "cryptography", "md5", "sha1", "hmac", "totp", "ntlm"]
2024-12-23 17:37:34 +00:00
exclude = [ "gallery", "gallery.bash", "manual.pdf" ]