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,17 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"config-parser-common",
|
||||
"config-parser-macro",
|
||||
]
|
||||
|
||||
[package]
|
||||
name = "config-parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
config-parser-macro = { path = "config-parser-macro" }
|
||||
config-parser-common = { path = "config-parser-common" }
|
||||
|
||||
Reference in New Issue
Block a user