mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 09:52:27 +00:00
fix: warning no edition set (#633)
- defaulting to the 2015 edition while the latest is 2021
This commit is contained in:
parent
8eaa65499b
commit
80c4bc8491
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue