mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
prep for publish
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
||||
edition = "2018"
|
||||
name = "rpc-toolkit-macro-internals"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
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 = ["fold"] }
|
||||
syn = { version = "1.0", features = ["full", "fold"] }
|
||||
|
||||
Reference in New Issue
Block a user