mv env-example .env.dev && cp .env.dev .env
cargo run -- -c '--help'
cargo test --workspace
cargo test --manifest-path=./rusty_lib/Cargo.toml -- --nocapture
cargo watch -x 'test html_to_md --manifest-path=./rusty_lib/Cargo.toml -- --nocapture'
cargo watch -x 'run --bin core-rusty-api -- --dev --log-level=debug'
sh run_rusty_api.sh