-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 713 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "wii_toolkit"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/kriskras99/ferris_dancing"
description = "Library and CLI tools for working with Nintendo Wii file formats"
keywords = ["wii", "wad"]
categories = ["command-line-utilities", "parser-implementations"]
[dependencies]
aes = { workspace = true }
anyhow = { workspace = true }
cbc = { workspace = true }
cipher = { workspace = true }
clap = { workspace = true }
dotstar_toolkit_utils = { workspace = true }
hipstr = { workspace = true }
memmap2 = { workspace = true }
stable_deref_trait = { workspace = true }
test_eq = { workspace = true }
[lints]
workspace = true