diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-26 10:33:04 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-26 10:33:04 +0200 |
commit | 6b9720844aaa86ad25a77c0821dcdbc772937065 (patch) | |
tree | 50559b9131be478d6907474e0f612e903ba44d34 /aero-ical/src/lib.rs | |
parent | 52f870633c2cab8a4aeeec74792774931139b8b5 (diff) | |
download | aerogramme-6b9720844aaa86ad25a77c0821dcdbc772937065.tar.gz aerogramme-6b9720844aaa86ad25a77c0821dcdbc772937065.zip |
better support for time-range
Diffstat (limited to 'aero-ical/src/lib.rs')
-rw-r--r-- | aero-ical/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aero-ical/src/lib.rs b/aero-ical/src/lib.rs index 808c885..f6b4ad4 100644 --- a/aero-ical/src/lib.rs +++ b/aero-ical/src/lib.rs @@ -3,6 +3,5 @@ /// However, for many reason, it's not satisfying: /// the goal will be to rewrite it in the end so it better /// integrates into Aerogramme - pub mod parser; pub mod query; |