mirror of
https://github.com/thegeneralist01/archivr
synced 2026-01-09 14:40:25 +01:00
12 lines
247 B
TOML
12 lines
247 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"
|
|
sha3 = "0.10.8"
|
|
uuid = { version = "1.18.1", features = ["v4"] }
|