fix: warning no edition set (#633)

- defaulting to the 2015 edition while the latest is 2021
This commit is contained in:
Myriad-Dreamin 2024-10-06 22:04:20 +08:00 committed by GitHub
parent 8eaa65499b
commit 80c4bc8491
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,11 @@ name = "typlite-cli"
description = "Converts a subset of typst to markdown."
categories = ["compilers"]
keywords = ["language", "typst"]
authors.workspace = true
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
[[bin]]
name = "typlite"