diff --git a/doordesk-rs/Cargo.toml b/doordesk-rs/Cargo.toml index 4297202..7e9640b 100644 --- a/doordesk-rs/Cargo.toml +++ b/doordesk-rs/Cargo.toml @@ -20,7 +20,7 @@ simple_logger = "4" tokio = { version = "1.25.0", optional = true } tower = { version = "0.4.13", optional = true } tower-http = { version = "0.4", features = ["fs"], optional = true } -wasm-bindgen = "=0.2.87" +wasm-bindgen = "0.2.87" thiserror = "1.0.38" tracing = { version = "0.1.37", optional = true } http = "0.2.8" @@ -55,7 +55,7 @@ site-root = "target/site" site-pkg-dir = "pkg" # [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to //app.css -style-file = "style/main.scss" +# style-file = "style/main.scss" # The tailwind input file. #