diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-03-01 14:28:36 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-03-01 14:28:36 +0100 |
commit | 2b30c97084a63afa53278e35dbbcc620192c8c3f (patch) | |
tree | 90fe32c42ec21eb586f3fd3011d7c2f526237a0a /src/main.rs | |
parent | 8d7c8713b69883632cad84521d604cb9eb9a40d4 (diff) | |
download | aerogramme-2b30c97084a63afa53278e35dbbcc620192c8c3f.tar.gz aerogramme-2b30c97084a63afa53278e35dbbcc620192c8c3f.zip |
fully serialize webdav core?
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 4f874b9..c9ce42d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,6 @@ #![feature(type_alias_impl_trait)] #![feature(async_fn_in_trait)] +#![feature(async_closure)] mod auth; mod bayou; |