Files
rpc-toolkit/rpc-toolkit-macro-internals/Cargo.toml
Aiden McClelland 18c133be71 bump version
2022-08-01 12:41:49 -06:00

14 lines
401 B
TOML

[package]
authors = ["Aiden McClelland <me@drbonez.dev>"]
edition = "2018"
name = "rpc-toolkit-macro-internals"
version = "0.2.1"
description = "internals for macros for rpc-toolkit"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "fold"] }