changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / proc_macros/Cargo.toml

changeset 7: 315fedf35bc7
parent: 8f59e2f1b8c4
author: ellis <ellis@rwest.io>
date: Sun, 07 May 2023 18:06:13 -0400
permissions: -rw-r--r--
description: rust ffi macros, general stuff
1 [package]
2 name = "proc_macros"
3 version = "0.1.0"
4 edition = "2021"
5 [lib]
6 proc-macro = true
7 [dependencies]
8 quote = "1.0"
9 proc-macro2 = "1.0"
10 syn = "1.0"