mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
11 lines
173 B
TOML
11 lines
173 B
TOML
[package]
|
|
name = "theseus_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0.58", features = ["full"] }
|
|
quote = "1.0" |