11 lines
212 B
TOML
11 lines
212 B
TOML
[package]
|
|
name = "jaebab"
|
|
version = "0.0.1"
|
|
entrypoint = "lib.typ"
|
|
authors = [
|
|
"Beat Jäckle",
|
|
]
|
|
license = "custom"
|
|
description = "Arbeitsblatt"
|
|
repository = "https://git.jdmweb2.ch/"
|
|
exclude = ["/assets/*"]
|