From ce5be7f783ac7c6589b501433caafd717c6e119f Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 3 Dec 2021 23:30:52 -0700 Subject: swag --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 767c8b8..73a2795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,15 @@ name = "queue-go-brrr" version = "0.1.0" authors = ["Melody Horn "] -edition = "2018" +edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] base64 = "0.13.0" -gloo = "0.4.0" +chrono = { version = "0.4.19", features = ["wasmbind"] } +gloo = { version = "0.4.0", features = ["futures"] } image = "0.23.14" imageproc = "0.22.0" js-sys = "0.3.55" @@ -30,6 +31,9 @@ web-sys = { version = "0.3.55", features = [ "HtmlCanvasElement", "CanvasRenderingContext2d", "Blob", + "MouseEvent", + "Event", + "CssStyleDeclaration", ] } # The `console_error_panic_hook` crate provides better debugging of panics by -- cgit v1.2.3