4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
RUST_BACKTRACE=1 RUST_LOG=debug cargo run
|