15 lines
364 B
TOML
15 lines
364 B
TOML
[package]
|
|
name = "fds-software"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
description = "Verified installed software trees and legacy archive reading"
|
|
|
|
[dependencies]
|
|
fds-common = { path = "../fds-common" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.8"
|
|
sha2 = "=0.10.9"
|
|
tar = { version = "=0.4.46", default-features = false }
|
|
libc = "0.2"
|