4 lines
102 B
Rust
4 lines
102 B
Rust
pub type AppError = Box<dyn std::error::Error>;
|
|
|
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|