Fix missing import in readme

This commit is contained in:
Filip Tibell 2024-01-23 14:01:08 +01:00
parent 98d7d0e6bb
commit 99409e4b7a
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ use std::time::{Duration, Instant};
use smol_mlua::{
mlua::prelude::*,
smol::Timer,
smol::{Timer, io, fs::read_to_string},
Runtime,
};
```