mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 11:44:44 +00:00
13 lines
No EOL
248 B
TOML
13 lines
No EOL
248 B
TOML
[package]
|
|
name = "logging_macro"
|
|
version = "0.9.8"
|
|
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = [ "full" ] } |