mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
11 lines
138 B
TOML
11 lines
138 B
TOML
[package]
|
|
name = "base62"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
cbc = "0.1.2"
|
|
regex = "1.12.3"
|
|
sha2 = "0.10.9"
|