15 lines
436 B
TOML
15 lines
436 B
TOML
[package]
|
|
name = "elegtantt"
|
|
version = "0.0.1"
|
|
compiler = "0.11.0"
|
|
repository = "https://git.kb28.ch/Klagarge/elegantt"
|
|
entrypoint = "src/lib.typ"
|
|
authors = [
|
|
"Rémi Heredero <https://git.kb28.ch/Klagarge>"
|
|
]
|
|
categories = ["visualization"]
|
|
license = "GPL-3.0-only"
|
|
description = "A package to draw gantt fiagramm with date based on timeliney package"
|
|
keywords = ["gantt", "date", "planning", "timeliney"]
|
|
exclude = [ "/gallery/*" ]
|