mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-09 21:56:13 +00:00
Summary: Adds basic info that every crate should have. Reviewed By: dtolnay Differential Revision: D52051107 fbshipit-source-id: 828ac6a752dbb4b419577fca08815014c8b96c42
21 lines
565 B
TOML
21 lines
565 B
TOML
# @generated by autocargo from //hermetic_infra/reverie/experimental:reverie-rpc-macros
|
|
|
|
[package]
|
|
name = "reverie-rpc-macros"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
|
license = "BSD-2-Clause"
|
|
|
|
[lib]
|
|
test = false
|
|
doctest = false
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling = "0.14.0"
|
|
heck = "0.3.1"
|
|
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
|
|
quote = "1.0.29"
|
|
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|