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>
16 lines
352 B
TOML
16 lines
352 B
TOML
[package]
|
|
name = "verify-attestation"
|
|
publish = false
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
hex.workspace = true
|
|
secp256k1.workspace = true
|
|
teepot.workspace = true
|
|
zksync_basic_types.workspace = true
|