mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-04-04 14:39:43 +00:00
create rpc toolkit
This commit is contained in:
15
rpc-toolkit-macro/Cargo.toml
Normal file
15
rpc-toolkit-macro/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user