mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
12 lines
332 B
TOML
12 lines
332 B
TOML
[package]
|
|
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
|
edition = "2018"
|
|
name = "rpc-toolkit-macro-internals"
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
proc-macro2 = "1.0.26"
|
|
quote = "1.0.9"
|
|
syn = { version = "1.0.68", features = ["fold"] }
|