File: Cargo.toml.orig

package info (click to toggle)
rust-github-actions-expressions 0.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "github-actions-expressions"
description = "GitHub Actions expression parser and data types"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-expressions"
version = "0.0.10"
readme = "README.md"

homepage.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true

[lints]
workspace = true

[dependencies]
anyhow.workspace = true
itertools.workspace = true
pest.workspace = true
pest_derive.workspace = true
serde_json.workspace = true
subfeature.workspace = true

[dev-dependencies]
pretty_assertions.workspace = true