15 lines
416 B
TOML
15 lines
416 B
TOML
|
[package]
|
||
|
name = "functastic"
|
||
|
version = "0.0.1"
|
||
|
compiler = "0.11.0"
|
||
|
repository = "https://git.kb28.ch/HEL/functastic"
|
||
|
entrypoint = "src/lib.typ"
|
||
|
authors = [
|
||
|
"Louis Heredero <https://git.kb28.ch/HEL>"
|
||
|
]
|
||
|
categories = ["visualization"]
|
||
|
license = "Apache-2.0"
|
||
|
description = "A Typst package to create sign tables of mathematical functions"
|
||
|
keywords = ["table", "function", "sign", "math"]
|
||
|
exclude = [ "/gallery/*" ]
|