15 lines
315 B
TOML
15 lines
315 B
TOML
[package]
|
|
name = "shockwave"
|
|
version = "0.1.0"
|
|
authors = ["5225225 <5225225@mailbox.org>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bitflags = "1.2.1"
|
|
bitfield = "0.13.2"
|
|
zstd = "0.5.2"
|
|
byteorder = "1.3.4"
|
|
num_enum = "0.5.0"
|