diff --git a/Cargo.toml b/Cargo.toml index ab1f8b6..630deb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,15 @@ version = "0.1.0" edition = "2021" [dependencies] +axum = { version = "0.7.7", features = ["multipart"] } crossbeam-channel = "0.5.13" rand = "0.8.5" rodio = "0.19.0" rusb = "0.9.4" serde = { version = "1.0.210", features = ["derive", "rc"] } serde_json = "1.0.132" +tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] } +tower-http = { version = "0.6.1", features = ["fs"] } +tracing = { version = "0.1.40", features = ["async-await"] } +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } wifi-rs = "0.2.4" diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 0000000..bf07b7d --- /dev/null +++ b/assets/index.html @@ -0,0 +1,93 @@ + + + + +
+ + +The Open Source Music Box
+