libpso/psopacket/Cargo.toml
jake 908b58f1b9
Some checks failed
continuous-integration/drone/push Build is failing
update to syn 2.0
2023-11-18 22:18:42 -07:00

14 lines
262 B
TOML

[package]
name = "psopacket"
version = "0.0.1"
authors = ["Jake Probst <jake.probst@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = {version = "2.0.39", features=["full", "extra-traits", "parsing"]}
quote = "1.0"
proc-macro2 = "1.0"