Files
rpc-toolkit/rpc-toolkit-macro/Cargo.toml
Aiden McClelland dd22dfacc2 create rpc toolkit
2021-04-07 21:31:24 -06:00

16 lines
370 B
TOML

[package]
authors = ["Aiden McClelland <me@drbonez.dev>"]
edition = "2018"
name = "rpc-toolkit-macro"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.1"
rpc-toolkit-macro-internals = { path = "../rpc-toolkit-macro-internals" }
syn = "1.0.62"