15 lines
290 B
TOML
15 lines
290 B
TOML
[package]
|
|
name = "json-decoder-api-0"
|
|
edition = "2024"
|
|
|
|
|
|
[lints]
|
|
rust = { nonstandard_style = "allow" }
|
|
|
|
[workspace]
|
|
#members = ["macro", "macro/parser"]
|
|
|
|
[patch.landgrafhomyak]
|
|
json-decoder-api-0-macro-0 = { path = "macro" }
|
|
json-decoder-api-0-macro-0-parser-0 = { path = "macro/parser" }
|