mirror of
https://github.com/thegeneralist01/archivr
synced 2026-03-07 11:39:55 +01:00
13 lines
264 B
TOML
13 lines
264 B
TOML
[package]
|
|
name = "archivr"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
chrono = "0.4.42"
|
|
clap = { version = "4.5.48", features = ["derive"] }
|
|
hex = "0.4.3"
|
|
regex = "1.12.2"
|
|
sha3 = "0.10.8"
|
|
uuid = { version = "1.18.1", features = ["v4"] }
|