26 lines
602 B
TOML
26 lines
602 B
TOML
[package]
|
|
name = "medusa"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.82"
|
|
byteorder = "1.5.0"
|
|
cbc = "0.1.2"
|
|
chrono = "0.4.38"
|
|
des = "0.8.1"
|
|
kbinxml = { git = "https://github.com/mbilker/kbinxml-rs.git", version = "3.1.1" }
|
|
lazy_static = "1.5.0"
|
|
lz77 = "0.1.0"
|
|
md5 = "0.7.0"
|
|
miniz_oxide = "0.8.0"
|
|
psmap = { git = "https://github.com/mbilker/kbinxml-rs.git", version = "2.0.0" }
|
|
psmap_derive = { git = "https://github.com/mbilker/kbinxml-rs.git", version = "2.0.0" }
|
|
quick-xml = "0.36.1"
|
|
rc4 = "0.1.0"
|
|
rocket = "0.5.1"
|
|
xml-rs = "0.8.21"
|
|
|
|
[build-dependencies]
|
|
fs_extra = "1.3.0"
|