mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
c6532de85d
Differential Revision: D41099658 fbshipit-source-id: 52b414e27abd3c0c3a6367dea225724f4220793b
20 lines
392 B
TOML
20 lines
392 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-rpc-macros"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[lib]
|
|
test = false
|
|
doctest = false
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling = "0.14.0"
|
|
heck = "0.3.1"
|
|
proc-macro2 = "1.0.46"
|
|
quote = "1.0"
|
|
syn = { version = "1.0.102", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|