blob: fd7f56af7d706a0a56f0719b4571da4262f76c20 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
[package]
name = "rom_ext_signer"
version = "0.1.0"
authors = ["lowRISC contributors"]
edition = "2018"
[workspace]
members = [
"image"
]
[profile.dev]
lto = false
opt-level = 2
debug = true
[profile.release]
lto = true
opt-level = 2
debug = true
[dependencies]
anyhow = "1.0.40"
object = "0.25.3"
rom_ext_image = { path = "image" }
thiserror = "1.0.24"
zerocopy = "0.5.0"
[dependencies.mundane]
version = "0.5.0"
features = ["rsa-pkcs1v15"]