* fix: Support deriving ActiveEnum without importing EnumIter, Iden, and ActiveEnum * style: Fix format * DeriveActiveEnum without depending on sea_query::Iden derive macros * [issues] add tests * Fix [issues] features Co-authored-by: Naoki Ikeguchi <me@s6n.jp>
5 lines
47 B
Rust
5 lines
47 B
Rust
mod entity;
|
|
|
|
#[tokio::main]
|
|
async fn main() {}
|