switched to wrangler 2.0, fixed NaN check on track id, updated compat date

This commit is contained in:
uh wot 2022-05-13 00:25:00 +02:00
parent 0dcc61196f
commit 58884fb608
Signed by: uhwot
GPG key ID: CB2454984587B781
12 changed files with 475 additions and 2684 deletions

24
wasm/Cargo.toml Normal file
View file

@ -0,0 +1,24 @@
[package]
name = "dzserver"
version = "0.1.0"
authors = ["uh wot <uhwot@protonmail.com>"]
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
blowfish = "0.9"
aes = "0.8"
md-5 = "0.10"
cipher = { version = "0.4", features = ["block-padding"] }
cbc = "0.1"
hex = "0.4"
wasm-bindgen = "0.2"
[dev-dependencies]
wasm-bindgen-test = "0.3"
[profile.release]
lto = true