diff --git a/Cargo.toml b/Cargo.toml index d7ece96..b6a6c27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ sea-orm-migration = { version = "1.1", default-features = false, features = ["sq serde = { version = "1", features = ["derive"] } serde_json = "1" futures-util = "0.3" -tokio = { version = "1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1", features = ["fs", "io-util", "macros", "rt-multi-thread"] } tower-http = { version = "0.6", features = ["trace", "fs"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } diff --git a/desktop/index.html b/desktop/index.html index cb1de11..e04011c 100644 --- a/desktop/index.html +++ b/desktop/index.html @@ -269,6 +269,16 @@ +
+