pub fn merge_toml_values(base: &mut Value, overlay: &Value)
Recursively merge two TOML values.
If both values are tables, they are merged recursively. Otherwise, the overlay value replaces the base value.
overlay
base