dtpm proto changed upload files through grpc stream seperated filesystem from dtpm config tar zstd archiving directory to upload test directory support on config test archive directory
21 lines
349 B
TOML
21 lines
349 B
TOML
[package]
|
|
name = "detee-shared"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
prost = "0.13.4"
|
|
serde = { version = "1.0.216", features = ["derive"] }
|
|
serde_yaml = "0.9.34"
|
|
thiserror = "2.0.11"
|
|
tonic = "0.12.3"
|
|
tar = "0.4.44"
|
|
zstd = "0.13.3"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.12.3"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.19.1"
|