mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
- Disable publishing for `ensure_no_std` test crate - Add write content permissions to release-plz job expliclity Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>
12 lines
338 B
TOML
12 lines
338 B
TOML
[package]
|
|
name = "ensure_no_std"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.83", default-features = false }
|
|
regorus = { path = "../..", default-features = false, features = ["opa-no-std"] }
|