let config_const_values = {
let config_path = std::env::args().nth(1).unwrap();
let config_text = std::fs::read_to_string(&config_path).unwrap();
config_text.parse::<toml::Value>().unwrap();
};


위처럼 변수에 { ... } 지정하는거 뭐라고하는거고 용도가 뭐임?

json object는 아니잖아