renamed config-parser and implemented the first set of functions for the
macro extended and cleaned up format.rs and moved it into `config-parser` some other bits and bobs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "config-parser-macro"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.92"
|
||||
quote = "1.0.38"
|
||||
syn = { version = "2.0.94", features = ["full", "extra-traits"] }
|
||||
config-parser-common = { path = "../config-parser-common/" }
|
||||
Reference in New Issue
Block a user