14 lines
405 B
TOML
14 lines
405 B
TOML
|
[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"
|
||
|
description = "A package to hash "
|
||
|
keywords = ["hash", "algorithm", "cryptography", "md5", "sha1"]
|
||
|
exclude = [ "gallery", "gallery.bash", "docs" ]
|