Skip to content

Commit

Permalink
Fill Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KillTheMule committed May 11, 2024
1 parent 5788271 commit 913856e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
name = "derive_typst_intoval"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["typst", "derive"]
authors = ["KillTheMule <[email protected]"]
repository = "https://github.com/KillTheMule/derive_typst_intoval"

[lib]
proc-macro = true

[dependencies]
typst-macros = "0.11"
quote = "*"
syn = "*"
quote = "1.0.36"
syn = "2.0.61"
typst = "0.11"
heck = "*"
heck = "0.4.1"

0 comments on commit 913856e

Please sign in to comment.