diff --git a/Cargo.lock b/Cargo.lock index 23c99c9..dd928cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,6 +1111,7 @@ dependencies = [ "anyhow", "js-sys", "lan_party_core", + "paste", "serde", "serde_json", "thiserror", diff --git a/web/Cargo.toml b/web/Cargo.toml index d458cca..5bcc4f9 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -18,3 +18,4 @@ thiserror = "1" yew-hooks = "0.1" anyhow = "1.0" js-sys = "0.3" +paste = "1" diff --git a/web/dist/index.html b/web/dist/index.html index 722323c..f279540 100644 --- a/web/dist/index.html +++ b/web/dist/index.html @@ -4,9 +4,9 @@