mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
Initial commit
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
[package]
|
||||
name = "nod"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
authors = ["Luke Street <luke@street.dev>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/encounter/nod-rs"
|
||||
documentation = "https://docs.rs/nod"
|
||||
readme = "README.md"
|
||||
description = """
|
||||
Rust library and CLI tool for reading GameCube and Wii disc images.
|
||||
"""
|
||||
|
||||
[[bin]]
|
||||
name = "nodtool"
|
||||
path = "src/bin.rs"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
aes = "0.7.4"
|
||||
binread = "2.1.1"
|
||||
block-modes = "0.8.1"
|
||||
clap = "2.33.3"
|
||||
encoding_rs = "0.8.28"
|
||||
file-size = "1.0.3"
|
||||
sha-1 = "0.9.7"
|
||||
Reference in New Issue
Block a user