Include code from v0.5.1 directly to remove dependencies

This commit is contained in:
Alex Auvolat
2022-09-06 17:52:50 +02:00
parent 1e92e9f782
commit 0f5689c169
14 changed files with 386 additions and 290 deletions
+3
View File
@@ -1,6 +1,9 @@
#[macro_use]
extern crate tracing;
// For migration from previous versions
pub(crate) mod prev;
pub mod permission;
pub mod index_counter;