4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
export PSQL=postgres://postgres@localhost/cooked
|
|
export RUST_LOG=debug
|
|
cargo run --bin seed
|