blob: 0d4e37a1879f70f77569b604b830c8bccc3ed1cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "mingling_pathf"
version.workspace = true
edition.workspace = true
authors = ["Weicao-CatilGrass"]
license.workspace = true
repository.workspace = true
readme = "README.md"
description = "A library for automatically finding internal types generated by Mingling"
[dependencies]
syn.workspace = true
proc-macro2.workspace = true
just_fmt.workspace = true
|