libpso/psopacket/Cargo.toml

13 lines
240 B
TOML
Raw Normal View History

2019-06-06 16:46:23 -07:00
[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"