mirror of
https://github.com/NinjaCheetah/rustii.git
synced 2025-06-06 07:21:01 -04:00
21 lines
241 B
TOML
21 lines
241 B
TOML
[package]
|
|
name = "rustii"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "rustii"
|
|
path = "src/bin/rustii/main.rs"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
test = true
|
|
doc = true
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|
|
cbc = "0"
|
|
aes = "0"
|
|
hex = "0"
|
|
sha1 = "0"
|