mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
17 lines
432 B
TOML
17 lines
432 B
TOML
# Copyright (C) Nitrokey GmbH
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[package]
|
|
name = "trussed-chunked"
|
|
version = "0.2.0"
|
|
description = "extension with chunked file operations for trussed"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde-byte-array.workspace = true
|
|
trussed-core = { workspace = true, features = ["filesystem-client"] }
|