mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
This patch always enables the syscalls that previously were behind the encrypted-chunked feature. This makes sure that enabling the feature in one crate does not break another crate that also depends on trussed-chunked. In practice, the feature is always enabled anyway so separating the encrypted syscalls does not bring any benefits. Fixes: https://github.com/trussed-dev/trussed-staging/issues/20
16 lines
320 B
TOML
16 lines
320 B
TOML
# Copyright (C) Nitrokey GmbH
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[package]
|
|
name = "trussed-chunked"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde-byte-array.workspace = true
|
|
trussed.workspace = true
|