mirror of
https://git.neonteam.dev/amizing/robinsr.git
synced 2025-03-12 03:28:30 -04:00
13 lines
163 B
TOML
13 lines
163 B
TOML
[package]
|
|
name = "proto-derive"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
syn = "2.0.53"
|
|
quote = "1.0.35"
|
|
proc-macro2 = "1.0.79"
|
|
|
|
[lib]
|
|
proc-macro = true
|