Save the tested release workflows, RAM media processing, program discovery, FLIRT library, and shared-object maintenance. Add Git exclusions, file attributes, and instructions for a later push using a forwarded SSH agent.
30 lines
821 B
TOML
30 lines
821 B
TOML
[package]
|
|
name = "verstack"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
axum = { version = "0.8", features = ["multipart"] }
|
|
blake3 = "1"
|
|
sha2 = "0.11"
|
|
clap = { version = "4", features = ["derive"] }
|
|
fs2 = "0.4"
|
|
nix = { version = "0.31", features = ["signal", "process"] }
|
|
rustic_core = "0.13"
|
|
rustic_backend = { version = "0.7", default-features = false }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tempfile = "3"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-util = { version = "0.7", features = ["io", "io-util"] }
|
|
http-body-util = "0.1"
|
|
uuid = { version = "1", features = ["v4", "serde"] }
|
|
walkdir = "2"
|
|
rusqlite = { version = "0.38", features = ["bundled"] }
|
|
fast-flirt = "=0.2.2"
|
|
|
|
[dev-dependencies]
|
|
tower = { version = "0.5", features = ["util"] }
|