mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 10:21:55 +00:00
15 lines
420 B
TOML
15 lines
420 B
TOML
[package]
|
|
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
|
edition = "2018"
|
|
name = "rpc-toolkit-macro-internals"
|
|
version = "0.2.2"
|
|
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"] }
|
|
itertools = "0.12"
|