You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
307 B

[workspace]
members = [
"bin/u_agent",
"bin/u_panel",
"bin/u_run",
"bin/u_server",
"lib/u_lib",
"lib/u_api_proc_macro",
"integration"
]
[profile.release]
panic = "abort"
[profile.dev]
debug = true # Добавляет флаг `-g` для компилятора;
opt-level = 0