Update dependencies
This commit is contained in:
parent
2dbae6f7ba
commit
c65b9e9e44
3 changed files with 274 additions and 275 deletions
|
|
@ -49,7 +49,7 @@ fn get_exe_name() -> String {
|
|||
async fn main() -> std::io::Result<()> {
|
||||
if process_args() { return Ok(()) }
|
||||
|
||||
println!("Starting RUP as web server...");
|
||||
println!("Starting Recipes as web server...");
|
||||
|
||||
let config: Config = {
|
||||
let f = File::open(consts::FILE_CONF).unwrap_or_else(|_| panic!("Failed to open configuration file {}", consts::FILE_CONF));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue