17 lines
350 B
TOML
17 lines
350 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"
|
|
log = "0.4.8"
|
|
env_logger = "0.7.1"
|