changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / proc_macros/Cargo.toml

changeset 3: 8f59e2f1b8c4
child: 315fedf35bc7
author: ellis <ellis@rwest.io>
date: Fri, 05 May 2023 22:41:30 -0400
permissions: -rw-r--r--
description: stuff
1 [package]
2 name = "proc_macros"
3 version = "0.1.0"
4 edition = "2021"
5 
6 [lib]
7 proc-macro = true
8 
9 [dependencies]
10 quote = "1.0"
11 proc-macro2 = "1.0"
12 syn = "1.0"