File: Cargo.toml

package info (click to toggle)
golang-github-sigstore-protobuf-specs 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: makefile: 138; sh: 104; ruby: 7
file content (18 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sigstore-protobuf-specs-derive"
version = "0.0.1"
edition = "2021"
authors = ["Sigstore Authors <sigstore-dev@googlegroups.com>"]
homepage = "https://github.com/sigstore/protobuf-specs"
repository = "https://github.com/sigstore/protobuf-specs"
description = "Derive macros for sigstore-protobuf-specs. This is an implementation detail, you do not need this dependency."
readme = "../README.md"
license = "Apache-2.0"
keywords = ["sigstore"]

[dependencies]
syn = "2.0"
quote = "1.0"

[lib]
proc-macro = true