mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-20 22:53:57 +02:00

* set `publish = false` for multiple Cargo.toml files * cargo update * fix taplo.toml * sort `workspace.dependencies` * add `cargo-release` to nix shell Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
20 lines
502 B
TOML
20 lines
502 B
TOML
[package]
|
|
name = "tee-key-preexec"
|
|
publish = false
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
rand.workspace = true
|
|
secp256k1.workspace = true
|
|
teepot.workspace = true
|
|
tracing.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|