mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-17 00:35:05 +01:00
oh yes
This commit is contained in:
parent
83331e5326
commit
ce5aa95a09
4 changed files with 199 additions and 6 deletions
13
mono-fmt-macro/Cargo.toml
Normal file
13
mono-fmt-macro/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "mono-fmt-macro"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.21"
|
||||
syn = "1.0.99"
|
||||
Loading…
Add table
Add a link
Reference in a new issue