blob: 4f2b094c5b5268b04b18900148ea27148d7310b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[package]
name = "mingling_macros"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Macros of the mingling library"
[lib]
proc-macro = true
[features]
nightly = []
default = []
async = []
clap = []
comp = []
dispatch_tree = []
general_renderer = []
repl = []
[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
just_fmt.workspace = true
|