mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-29 04:49:03 +00:00
Outsource lots of stuff to ical library
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use axum::{http::StatusCode, response::IntoResponse};
|
||||
|
||||
use crate::CalDateTimeError;
|
||||
use ical::types::CalDateTimeError;
|
||||
|
||||
#[derive(Debug, thiserror::Error, PartialEq, Eq)]
|
||||
pub enum Error {
|
||||
|
||||
Reference in New Issue
Block a user