* introduce rustfmt
* Cargofmt on all sea-orm crates & examples
* Revert testing script
* cargo fmt --manifest-path sea-orm-rocket/Cargo.toml --all
* add a script for formatting
* add nightly component for formatting
* set timeout and manual nightly install in github action
* add flag for manifest-path
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
* Update examples sea-orm version
* Update example sea-schema version
* Update [cli] sea-schema version
* Fix [cli] cargo publish failed
* Update CHANGELOG
* Edit rocket example
* Poem example with migration
* Axum example with migration
* Refactoring
* Actix4 example with migration
* Actix example with migration
* Use sea_schema::migration::prelude
* chore: log examples with tracing-subscriber
* chore: log [issues] with tracing-subscriber
* chore: log [cli] with tracing-subscriber
* feat: tracing will emit log if tracing-subscriber is not setup