cot 0.5.0

The Rust web framework for lazy developers.
Documentation
1
2
3
4
5
6
7
//! List of migrations for the current app.
//!
//! Generated by cot CLI 0.3.1 on 2025-06-30 15:43:42+00:00

pub mod m_0001_initial;
/// The list of migrations for current app.
pub const MIGRATIONS: &[&::cot::db::migrations::SyncDynMigration] = &[&m_0001_initial::Migration];