slsa-example 0.1.1

SLSA example for Rust project
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "slsa-example"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "SLSA example for Rust project"
repository = "https://github.com/aquint-zama/slsa-example"
readme = "README.md"
keywords = ["slsa", "supply-chain", "example"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]