baesd ruste crypto?!!?1'1??!?!!?!?
This commit is contained in:
parent
6994f35062
commit
30153cfb8a
10 changed files with 7234 additions and 69 deletions
26
Cargo.toml
Normal file
26
Cargo.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[package]
|
||||
name = "dzserver"
|
||||
version = "0.1.0"
|
||||
authors = ["uh wot <uhwot@protonmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
block-modes = "0.8"
|
||||
blowfish = "0.8"
|
||||
aes = "0.7"
|
||||
md-5 = "0.9"
|
||||
hex = "0.4"
|
||||
|
||||
js-sys = "0.3"
|
||||
wasm-bindgen = "=0.2.74"
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3"
|
||||
|
||||
[profile.release]
|
||||
# Tell `rustc` to optimize for small code size.
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue