libpso/psopacket/Cargo.toml
2019-06-06 16:46:23 -07:00

13 lines
240 B
TOML

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