mirror of
https://github.com/Tylous/FaceDancer
synced 2026-06-06 16:54:32 +00:00
21 lines
383 B
TOML
21 lines
383 B
TOML
[package]
|
|
name = "FaceDancer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
digest = "0.9.0"
|
|
sha2 = "0.9.5"
|
|
rand = "0.8.5"
|
|
rand_chacha = "0.3.1"
|
|
|
|
|
|
lib = { path = "lib" }
|
|
build = { path = "build" }
|
|
exports = { path = "exports" }
|