move depencency tracking out of file.rs

This commit is contained in:
Folkert 2022-02-14 18:16:35 +01:00
parent 91483dbf55
commit 154d55985b
3 changed files with 302 additions and 276 deletions

View file

@ -3,6 +3,7 @@
#![allow(clippy::large_enum_variant)]
pub mod docs;
pub mod file;
mod work;
#[cfg(target_family = "wasm")]
mod wasm_system_time;