blob: 010a7dd08d456022e9910b954772ba2c259f217d (
plain)
1
2
3
4
5
6
7
|
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
#![feature(async_closure)]
pub mod image;
|