Initial commit
This commit is contained in:
14
typst.toml
Normal file
14
typst.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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/*" ]
|
||||
Reference in New Issue
Block a user